HSL(258, 30%, 74%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(258,30%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 30%, 74%) | color: hsl(258, 30%, 74%) | |
| HEX | #B5A9D1 | color: #B5A9D1 | |
| RGB | rgb(181, 169, 209) | color: rgb(181, 169, 209) | |
| CMYK | cmyk(13%, 19%, 0%, 18%) | — | |
| HSV | hsv(258, 19%, 82%) | — | |
| HWB | hwb(258 66% 18%) | color: hwb(258 66% 18%) | |
| OKLCH | oklch(0.7582 0.058 298.74) | color: oklch(0.7582 0.058 298.74) | |
| Lab | lab(71.42 12.16 -18.72) | color: lab(71.42 12.16 -18.72) | |
| LCH | lch(71.42 22.32 303.01) | color: lch(71.42 22.32 303.01) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#B0B0C7 — rgb(176, 176, 199)
Deuteranopia (Green-blind)
#B1B1C5 — rgb(177, 177, 197)
Tritanopia (Blue-blind)
#B4C0BE — rgb(180, 192, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 30%, 74%);
text
color: hsl(258, 30%, 74%);
border
border: 2px solid hsl(258, 30%, 74%);
gradient light
background: linear-gradient(to right, hsl(258, 30%, 94%), hsl(258, 30%, 74%));
gradient dark
background: linear-gradient(to right, hsl(258, 30%, 74%), hsl(258, 30%, 54%))
hex
background-color: #B5A9D1;
tailwind
bg-[hsl(258,30%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 30%, 74%, 0.4);
css variable
--color-primary: hsl(258, 30%, 74%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 30%, 74%)?
HEX: #B5A9D1 | RGB: rgb(181, 169, 209) | CMYK: 13%, 19%, 0%, 18% | HSV: 258°, 19%, 82%. Copy any format from the conversion table above.
What colors go well with #B5A9D1?
The complementary color is HSL(78, 30%, 74%). 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, 30%, 74%) in CSS?
As HSL: color: hsl(258, 30%, 74%); — As HEX: color: #B5A9D1; — As RGB: color: rgb(181, 169, 209); — Tailwind CSS: bg-[hsl(258,30%,74%)] — CSS variable: --color-primary: hsl(258, 30%, 74%);