HSL(259, 20%, 82%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(259,20%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 20%, 82%) | color: hsl(259, 20%, 82%) | |
| HEX | #CEC8DA | color: #CEC8DA | |
| RGB | rgb(206, 200, 218) | color: rgb(206, 200, 218) | |
| CMYK | cmyk(6%, 8%, 0%, 15%) | — | |
| HSV | hsv(260, 8%, 85%) | — | |
| HWB | hwb(260 78% 15%) | color: hwb(260 78% 15%) | |
| OKLCH | oklch(0.8431 0.0255 301.01) | color: oklch(0.8431 0.0255 301.01) | |
| Lab | lab(81.56 5.42 -8.19) | color: lab(81.56 5.42 -8.19) | |
| LCH | lch(81.56 9.82 303.5) | color: lch(81.56 9.82 303.5) |
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)
#CBCBD6 — rgb(203, 203, 214)
Deuteranopia (Green-blind)
#CCCCD5 — rgb(204, 204, 213)
Tritanopia (Blue-blind)
#CED2D1 — rgb(206, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 20%, 82%);
text
color: hsl(259, 20%, 82%);
border
border: 2px solid hsl(259, 20%, 82%);
gradient light
background: linear-gradient(to right, hsl(259, 20%, 100%), hsl(259, 20%, 82%));
gradient dark
background: linear-gradient(to right, hsl(259, 20%, 82%), hsl(259, 20%, 62%))
hex
background-color: #CEC8DA;
tailwind
bg-[hsl(259,20%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 20%, 82%, 0.4);
css variable
--color-primary: hsl(259, 20%, 82%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 20%, 82%)?
HEX: #CEC8DA | RGB: rgb(206, 200, 218) | CMYK: 6%, 8%, 0%, 15% | HSV: 260°, 8%, 85%. Copy any format from the conversion table above.
What colors go well with #CEC8DA?
The complementary color is HSL(79, 20%, 82%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 20%, 82%) in CSS?
As HSL: color: hsl(259, 20%, 82%); — As HEX: color: #CEC8DA; — As RGB: color: rgb(206, 200, 218); — Tailwind CSS: bg-[hsl(259,20%,82%)] — CSS variable: --color-primary: hsl(259, 20%, 82%);