HSL(257, 54%, 37%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,54%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 54%, 37%) | color: hsl(257, 54%, 37%) | |
| HEX | #482B91 | color: #482B91 | |
| RGB | rgb(72, 43, 145) | color: rgb(72, 43, 145) | |
| CMYK | cmyk(50%, 70%, 0%, 43%) | — | |
| HSV | hsv(257, 70%, 57%) | — | |
| HWB | hwb(257 17% 43%) | color: hwb(257 17% 43%) | |
| OKLCH | oklch(0.389 0.158 290.11) | color: oklch(0.389 0.158 290.11) | |
| Lab | lab(27.16 38.85 -51.74) | color: lab(27.16 38.85 -51.74) | |
| LCH | lch(27.16 64.7 306.9) | color: lch(27.16 64.7 306.9) |
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)
#3B3B78 — rgb(59, 59, 120)
Deuteranopia (Green-blind)
#3D3F72 — rgb(61, 63, 114)
Tritanopia (Blue-blind)
#476561 — rgb(71, 101, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 54%, 37%);
text
color: hsl(257, 54%, 37%);
border
border: 2px solid hsl(257, 54%, 37%);
gradient light
background: linear-gradient(to right, hsl(257, 54%, 57%), hsl(257, 54%, 37%));
gradient dark
background: linear-gradient(to right, hsl(257, 54%, 37%), hsl(257, 54%, 17%))
hex
background-color: #482B91;
tailwind
bg-[hsl(257,54%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 54%, 37%, 0.4);
css variable
--color-primary: hsl(257, 54%, 37%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 54%, 37%)?
HEX: #482B91 | RGB: rgb(72, 43, 145) | CMYK: 50%, 70%, 0%, 43% | HSV: 257°, 70%, 57%. Copy any format from the conversion table above.
What colors go well with #482B91?
The complementary color is HSL(77, 54%, 37%). 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, 54%, 37%) in CSS?
As HSL: color: hsl(257, 54%, 37%); — As HEX: color: #482B91; — As RGB: color: rgb(72, 43, 145); — Tailwind CSS: bg-[hsl(257,54%,37%)] — CSS variable: --color-primary: hsl(257, 54%, 37%);