HSL(258, 60%, 24%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(258,60%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 60%, 24%) | color: hsl(258, 60%, 24%) | |
| HEX | #2F1862 | color: #2F1862 | |
| RGB | rgb(47, 24, 98) | color: rgb(47, 24, 98) | |
| CMYK | cmyk(52%, 76%, 0%, 62%) | — | |
| HSV | hsv(259, 76%, 38%) | — | |
| HWB | hwb(259 9% 62%) | color: hwb(259 9% 62%) | |
| OKLCH | oklch(0.2912 0.1222 291.09) | color: oklch(0.2912 0.1222 291.09) | |
| Lab | lab(16.2 30.7 -39.75) | color: lab(16.2 30.7 -39.75) | |
| LCH | lch(16.2 50.23 307.68) | color: lch(16.2 50.23 307.68) |
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)
#252550 — rgb(37, 37, 80)
Deuteranopia (Green-blind)
#26284C — rgb(38, 40, 76)
Tritanopia (Blue-blind)
#2E423F — rgb(46, 66, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 60%, 24%);
text
color: hsl(258, 60%, 24%);
border
border: 2px solid hsl(258, 60%, 24%);
gradient light
background: linear-gradient(to right, hsl(258, 60%, 44%), hsl(258, 60%, 24%));
gradient dark
background: linear-gradient(to right, hsl(258, 60%, 24%), hsl(258, 60%, 4%))
hex
background-color: #2F1862;
tailwind
bg-[hsl(258,60%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 60%, 24%, 0.4);
css variable
--color-primary: hsl(258, 60%, 24%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 60%, 24%)?
HEX: #2F1862 | RGB: rgb(47, 24, 98) | CMYK: 52%, 76%, 0%, 62% | HSV: 259°, 76%, 38%. Copy any format from the conversion table above.
What colors go well with #2F1862?
The complementary color is HSL(78, 60%, 24%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(258, 60%, 24%) in CSS?
As HSL: color: hsl(258, 60%, 24%); — As HEX: color: #2F1862; — As RGB: color: rgb(47, 24, 98); — Tailwind CSS: bg-[hsl(258,60%,24%)] — CSS variable: --color-primary: hsl(258, 60%, 24%);