HSL(267, 31%, 82%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,31%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 31%, 82%) | color: hsl(267, 31%, 82%) | |
| HEX | #D0C3DF | color: #D0C3DF | |
| RGB | rgb(208, 195, 223) | color: rgb(208, 195, 223) | |
| CMYK | cmyk(7%, 13%, 0%, 13%) | — | |
| HSV | hsv(268, 13%, 87%) | — | |
| HWB | hwb(268 76% 13%) | color: hwb(268 76% 13%) | |
| OKLCH | oklch(0.8365 0.041 306.41) | color: oklch(0.8365 0.041 306.41) | |
| Lab | lab(80.61 9.73 -12.27) | color: lab(80.61 9.73 -12.27) | |
| LCH | lch(80.61 15.66 308.41) | color: lch(80.61 15.66 308.41) |
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)
#CACAD8 — rgb(202, 202, 216)
Deuteranopia (Green-blind)
#CBCCD7 — rgb(203, 204, 215)
Tritanopia (Blue-blind)
#CFD3D2 — rgb(207, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 31%, 82%);
text
color: hsl(267, 31%, 82%);
border
border: 2px solid hsl(267, 31%, 82%);
gradient light
background: linear-gradient(to right, hsl(267, 31%, 100%), hsl(267, 31%, 82%));
gradient dark
background: linear-gradient(to right, hsl(267, 31%, 82%), hsl(267, 31%, 62%))
hex
background-color: #D0C3DF;
tailwind
bg-[hsl(267,31%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 31%, 82%, 0.4);
css variable
--color-primary: hsl(267, 31%, 82%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 31%, 82%)?
HEX: #D0C3DF | RGB: rgb(208, 195, 223) | CMYK: 7%, 13%, 0%, 13% | HSV: 268°, 13%, 87%. Copy any format from the conversion table above.
What colors go well with #D0C3DF?
The complementary color is HSL(87, 31%, 82%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 31%, 82%) in CSS?
As HSL: color: hsl(267, 31%, 82%); — As HEX: color: #D0C3DF; — As RGB: color: rgb(208, 195, 223); — Tailwind CSS: bg-[hsl(267,31%,82%)] — CSS variable: --color-primary: hsl(267, 31%, 82%);