HSL(257, 37%, 32%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,37%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 37%, 32%) | color: hsl(257, 37%, 32%) | |
| HEX | #453370 | color: #453370 | |
| RGB | rgb(69, 51, 112) | color: rgb(69, 51, 112) | |
| CMYK | cmyk(38%, 54%, 0%, 56%) | — | |
| HSV | hsv(258, 54%, 44%) | — | |
| HWB | hwb(258 20% 56%) | color: hwb(258 20% 56%) | |
| OKLCH | oklch(0.3731 0.1016 294.58) | color: oklch(0.3731 0.1016 294.58) | |
| Lab | lab(26.16 23.37 -32.64) | color: lab(26.16 23.37 -32.64) | |
| LCH | lch(26.16 40.14 305.6) | color: lch(26.16 40.14 305.6) |
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)
#3D3D61 — rgb(61, 61, 97)
Deuteranopia (Green-blind)
#3E405E — rgb(62, 64, 94)
Tritanopia (Blue-blind)
#445653 — rgb(68, 86, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 37%, 32%);
text
color: hsl(257, 37%, 32%);
border
border: 2px solid hsl(257, 37%, 32%);
gradient light
background: linear-gradient(to right, hsl(257, 37%, 52%), hsl(257, 37%, 32%));
gradient dark
background: linear-gradient(to right, hsl(257, 37%, 32%), hsl(257, 37%, 12%))
hex
background-color: #453370;
tailwind
bg-[hsl(257,37%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 37%, 32%, 0.4);
css variable
--color-primary: hsl(257, 37%, 32%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 37%, 32%)?
HEX: #453370 | RGB: rgb(69, 51, 112) | CMYK: 38%, 54%, 0%, 56% | HSV: 258°, 54%, 44%. Copy any format from the conversion table above.
What colors go well with #453370?
The complementary color is HSL(77, 37%, 32%). 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, 37%, 32%) in CSS?
As HSL: color: hsl(257, 37%, 32%); — As HEX: color: #453370; — As RGB: color: rgb(69, 51, 112); — Tailwind CSS: bg-[hsl(257,37%,32%)] — CSS variable: --color-primary: hsl(257, 37%, 32%);