HSL(282, 39%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,39%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 39%, 85%) | color: hsl(282, 39%, 85%) | |
| HEX | #DFCAE8 | color: #DFCAE8 | |
| RGB | rgb(223, 202, 232) | color: rgb(223, 202, 232) | |
| CMYK | cmyk(4%, 13%, 0%, 9%) | — | |
| HSV | hsv(282, 13%, 91%) | — | |
| HWB | hwb(282 79% 9%) | color: hwb(282 79% 9%) | |
| OKLCH | oklch(0.8655 0.0466 315.83) | color: oklch(0.8655 0.0466 315.83) | |
| Lab | lab(83.84 12.68 -12.13) | color: lab(83.84 12.68 -12.13) | |
| LCH | lch(83.84 17.55 316.27) | color: lch(83.84 17.55 316.27) |
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)
#D6D6E1 — rgb(214, 214, 225)
Deuteranopia (Green-blind)
#D7D9DF — rgb(215, 217, 223)
Tritanopia (Blue-blind)
#DEDBDA — rgb(222, 219, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 39%, 85%);
text
color: hsl(282, 39%, 85%);
border
border: 2px solid hsl(282, 39%, 85%);
gradient light
background: linear-gradient(to right, hsl(282, 39%, 100%), hsl(282, 39%, 85%));
gradient dark
background: linear-gradient(to right, hsl(282, 39%, 85%), hsl(282, 39%, 65%))
hex
background-color: #DFCAE8;
tailwind
bg-[hsl(282,39%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 39%, 85%, 0.4);
css variable
--color-primary: hsl(282, 39%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 39%, 85%)?
HEX: #DFCAE8 | RGB: rgb(223, 202, 232) | CMYK: 4%, 13%, 0%, 9% | HSV: 282°, 13%, 91%. Copy any format from the conversion table above.
What colors go well with #DFCAE8?
The complementary color is HSL(102, 39%, 85%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 39%, 85%) in CSS?
As HSL: color: hsl(282, 39%, 85%); — As HEX: color: #DFCAE8; — As RGB: color: rgb(223, 202, 232); — Tailwind CSS: bg-[hsl(282,39%,85%)] — CSS variable: --color-primary: hsl(282, 39%, 85%);