HSL(257, 40%, 35%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,40%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 40%, 35%) | color: hsl(257, 40%, 35%) | |
| HEX | #4A367D | color: #4A367D | |
| RGB | rgb(74, 54, 125) | color: rgb(74, 54, 125) | |
| CMYK | cmyk(41%, 57%, 0%, 51%) | — | |
| HSV | hsv(257, 57%, 49%) | — | |
| HWB | hwb(257 21% 51%) | color: hwb(257 21% 51%) | |
| OKLCH | oklch(0.3931 0.1156 293.34) | color: oklch(0.3931 0.1156 293.34) | |
| Lab | lab(28.31 26.68 -37.4) | color: lab(28.31 26.68 -37.4) | |
| LCH | lch(28.31 45.94 305.5) | color: lch(28.31 45.94 305.5) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#41416C — rgb(65, 65, 108)
Deuteranopia (Green-blind)
#434468 — rgb(67, 68, 104)
Tritanopia (Blue-blind)
#495E5B — rgb(73, 94, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 40%, 35%);
text
color: hsl(257, 40%, 35%);
border
border: 2px solid hsl(257, 40%, 35%);
gradient light
background: linear-gradient(to right, hsl(257, 40%, 55%), hsl(257, 40%, 35%));
gradient dark
background: linear-gradient(to right, hsl(257, 40%, 35%), hsl(257, 40%, 15%))
hex
background-color: #4A367D;
tailwind
bg-[hsl(257,40%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 40%, 35%, 0.4);
css variable
--color-primary: hsl(257, 40%, 35%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 40%, 35%)?
HEX: #4A367D | RGB: rgb(74, 54, 125) | CMYK: 41%, 57%, 0%, 51% | HSV: 257°, 57%, 49%. Copy any format from the conversion table above.
What colors go well with #4A367D?
The complementary color is HSL(77, 40%, 35%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 40%, 35%) in CSS?
As HSL: color: hsl(257, 40%, 35%); — As HEX: color: #4A367D; — As RGB: color: rgb(74, 54, 125); — Tailwind CSS: bg-[hsl(257,40%,35%)] — CSS variable: --color-primary: hsl(257, 40%, 35%);