HSL(266, 30%, 17%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(266,30%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 30%, 17%) | color: hsl(266, 30%, 17%) | |
| HEX | #2A1E38 | color: #2A1E38 | |
| RGB | rgb(42, 30, 56) | color: rgb(42, 30, 56) | |
| CMYK | cmyk(25%, 46%, 0%, 78%) | — | |
| HSV | hsv(268, 46%, 22%) | — | |
| HWB | hwb(268 12% 78%) | color: hwb(268 12% 78%) | |
| OKLCH | oklch(0.2624 0.0497 304.44) | color: oklch(0.2624 0.0497 304.44) | |
| Lab | lab(13.86 12.31 -14.76) | color: lab(13.86 12.31 -14.76) | |
| LCH | lch(13.86 19.22 309.83) | color: lch(13.86 19.22 309.83) |
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)
#252532 — rgb(37, 37, 50)
Deuteranopia (Green-blind)
#262630 — rgb(38, 38, 48)
Tritanopia (Blue-blind)
#292D2C — rgb(41, 45, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 30%, 17%);
text
color: hsl(266, 30%, 17%);
border
border: 2px solid hsl(266, 30%, 17%);
gradient light
background: linear-gradient(to right, hsl(266, 30%, 37%), hsl(266, 30%, 17%));
gradient dark
background: linear-gradient(to right, hsl(266, 30%, 17%), hsl(266, 30%, 0%))
hex
background-color: #2A1E38;
tailwind
bg-[hsl(266,30%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 30%, 17%, 0.4);
css variable
--color-primary: hsl(266, 30%, 17%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 30%, 17%)?
HEX: #2A1E38 | RGB: rgb(42, 30, 56) | CMYK: 25%, 46%, 0%, 78% | HSV: 268°, 46%, 22%. Copy any format from the conversion table above.
What colors go well with #2A1E38?
The complementary color is HSL(86, 30%, 17%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 30%, 17%) in CSS?
As HSL: color: hsl(266, 30%, 17%); — As HEX: color: #2A1E38; — As RGB: color: rgb(42, 30, 56); — Tailwind CSS: bg-[hsl(266,30%,17%)] — CSS variable: --color-primary: hsl(266, 30%, 17%);