HSL(262, 24%, 82%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,24%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 24%, 82%) | color: hsl(262, 24%, 82%) | |
| HEX | #CEC6DC | color: #CEC6DC | |
| RGB | rgb(206, 198, 220) | color: rgb(206, 198, 220) | |
| CMYK | cmyk(6%, 10%, 0%, 14%) | — | |
| HSV | hsv(262, 10%, 86%) | — | |
| HWB | hwb(262 77% 14%) | color: hwb(262 77% 14%) | |
| OKLCH | oklch(0.8398 0.0314 302.23) | color: oklch(0.8398 0.0314 302.23) | |
| Lab | lab(81.11 6.87 -9.92) | color: lab(81.11 6.87 -9.92) | |
| LCH | lch(81.11 12.07 304.7) | color: lch(81.11 12.07 304.7) |
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)
#CBCAD7 — rgb(203, 202, 215)
Deuteranopia (Green-blind)
#CBCCD5 — rgb(203, 204, 213)
Tritanopia (Blue-blind)
#CED2D2 — rgb(206, 210, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 24%, 82%);
text
color: hsl(262, 24%, 82%);
border
border: 2px solid hsl(262, 24%, 82%);
gradient light
background: linear-gradient(to right, hsl(262, 24%, 100%), hsl(262, 24%, 82%));
gradient dark
background: linear-gradient(to right, hsl(262, 24%, 82%), hsl(262, 24%, 62%))
hex
background-color: #CEC6DC;
tailwind
bg-[hsl(262,24%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 24%, 82%, 0.4);
css variable
--color-primary: hsl(262, 24%, 82%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 24%, 82%)?
HEX: #CEC6DC | RGB: rgb(206, 198, 220) | CMYK: 6%, 10%, 0%, 14% | HSV: 262°, 10%, 86%. Copy any format from the conversion table above.
What colors go well with #CEC6DC?
The complementary color is HSL(82, 24%, 82%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 24%, 82%) in CSS?
As HSL: color: hsl(262, 24%, 82%); — As HEX: color: #CEC6DC; — As RGB: color: rgb(206, 198, 220); — Tailwind CSS: bg-[hsl(262,24%,82%)] — CSS variable: --color-primary: hsl(262, 24%, 82%);