HSL(282, 31%, 79%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,31%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 31%, 79%) | color: hsl(282, 31%, 79%) | |
| HEX | #D0B9DA | color: #D0B9DA | |
| RGB | rgb(208, 185, 218) | color: rgb(208, 185, 218) | |
| CMYK | cmyk(5%, 15%, 0%, 15%) | — | |
| HSV | hsv(282, 15%, 85%) | — | |
| HWB | hwb(282 72% 15%) | color: hwb(282 72% 15%) | |
| OKLCH | oklch(0.8155 0.052 315.68) | color: oklch(0.8155 0.052 315.68) | |
| Lab | lab(77.98 14.14 -13.52) | color: lab(77.98 14.14 -13.52) | |
| LCH | lch(77.98 19.56 316.28) | color: lch(77.98 19.56 316.28) |
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)
#C6C6D2 — rgb(198, 198, 210)
Deuteranopia (Green-blind)
#C7C9D0 — rgb(199, 201, 208)
Tritanopia (Blue-blind)
#CFCCCA — rgb(207, 204, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 31%, 79%);
text
color: hsl(282, 31%, 79%);
border
border: 2px solid hsl(282, 31%, 79%);
gradient light
background: linear-gradient(to right, hsl(282, 31%, 99%), hsl(282, 31%, 79%));
gradient dark
background: linear-gradient(to right, hsl(282, 31%, 79%), hsl(282, 31%, 59%))
hex
background-color: #D0B9DA;
tailwind
bg-[hsl(282,31%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 31%, 79%, 0.4);
css variable
--color-primary: hsl(282, 31%, 79%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 31%, 79%)?
HEX: #D0B9DA | RGB: rgb(208, 185, 218) | CMYK: 5%, 15%, 0%, 15% | HSV: 282°, 15%, 85%. Copy any format from the conversion table above.
What colors go well with #D0B9DA?
The complementary color is HSL(102, 31%, 79%). 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, 31%, 79%) in CSS?
As HSL: color: hsl(282, 31%, 79%); — As HEX: color: #D0B9DA; — As RGB: color: rgb(208, 185, 218); — Tailwind CSS: bg-[hsl(282,31%,79%)] — CSS variable: --color-primary: hsl(282, 31%, 79%);