HSL(255, 60%, 69%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(255,60%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 60%, 69%) | color: hsl(255, 60%, 69%) | |
| HEX | #9881DF | color: #9881DF | |
| RGB | rgb(152, 129, 223) | color: rgb(152, 129, 223) | |
| CMYK | cmyk(32%, 42%, 0%, 13%) | — | |
| HSV | hsv(255, 42%, 87%) | — | |
| HWB | hwb(255 50% 13%) | color: hwb(255 50% 13%) | |
| OKLCH | oklch(0.6636 0.1375 293.56) | color: oklch(0.6636 0.1375 293.56) | |
| Lab | lab(59.62 29.39 -44.94) | color: lab(59.62 29.39 -44.94) | |
| LCH | lch(59.62 53.7 303.18) | color: lch(59.62 53.7 303.18) |
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)
#8E8EC8 — rgb(142, 142, 200)
Deuteranopia (Green-blind)
#8F91C3 — rgb(143, 145, 195)
Tritanopia (Blue-blind)
#97B6B2 — rgb(151, 182, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 60%, 69%);
text
color: hsl(255, 60%, 69%);
border
border: 2px solid hsl(255, 60%, 69%);
gradient light
background: linear-gradient(to right, hsl(255, 60%, 89%), hsl(255, 60%, 69%));
gradient dark
background: linear-gradient(to right, hsl(255, 60%, 69%), hsl(255, 60%, 49%))
hex
background-color: #9881DF;
tailwind
bg-[hsl(255,60%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 60%, 69%, 0.4);
css variable
--color-primary: hsl(255, 60%, 69%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(255, 60%, 69%)?
HEX: #9881DF | RGB: rgb(152, 129, 223) | CMYK: 32%, 42%, 0%, 13% | HSV: 255°, 42%, 87%. Copy any format from the conversion table above.
What colors go well with #9881DF?
The complementary color is HSL(75, 60%, 69%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 60%, 69%) in CSS?
As HSL: color: hsl(255, 60%, 69%); — As HEX: color: #9881DF; — As RGB: color: rgb(152, 129, 223); — Tailwind CSS: bg-[hsl(255,60%,69%)] — CSS variable: --color-primary: hsl(255, 60%, 69%);