HSL(267, 23%, 82%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,23%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 23%, 82%) | color: hsl(267, 23%, 82%) | |
| HEX | #D0C7DC | color: #D0C7DC | |
| RGB | rgb(208, 199, 220) | color: rgb(208, 199, 220) | |
| CMYK | cmyk(5%, 10%, 0%, 14%) | — | |
| HSV | hsv(266, 10%, 86%) | — | |
| HWB | hwb(266 77% 14%) | color: hwb(266 77% 14%) | |
| OKLCH | oklch(0.8434 0.0304 305.06) | color: oklch(0.8434 0.0304 305.06) | |
| Lab | lab(81.52 7.01 -9.3) | color: lab(81.52 7.01 -9.3) | |
| LCH | lch(81.52 11.65 307.01) | color: lch(81.52 11.65 307.01) |
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)
#CCCCD7 — rgb(204, 204, 215)
Deuteranopia (Green-blind)
#CDCDD6 — rgb(205, 205, 214)
Tritanopia (Blue-blind)
#D0D3D2 — rgb(208, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 23%, 82%);
text
color: hsl(267, 23%, 82%);
border
border: 2px solid hsl(267, 23%, 82%);
gradient light
background: linear-gradient(to right, hsl(267, 23%, 100%), hsl(267, 23%, 82%));
gradient dark
background: linear-gradient(to right, hsl(267, 23%, 82%), hsl(267, 23%, 62%))
hex
background-color: #D0C7DC;
tailwind
bg-[hsl(267,23%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 23%, 82%, 0.4);
css variable
--color-primary: hsl(267, 23%, 82%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 23%, 82%)?
HEX: #D0C7DC | RGB: rgb(208, 199, 220) | CMYK: 5%, 10%, 0%, 14% | HSV: 266°, 10%, 86%. Copy any format from the conversion table above.
What colors go well with #D0C7DC?
The complementary color is HSL(87, 23%, 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, 23%, 82%) in CSS?
As HSL: color: hsl(267, 23%, 82%); — As HEX: color: #D0C7DC; — As RGB: color: rgb(208, 199, 220); — Tailwind CSS: bg-[hsl(267,23%,82%)] — CSS variable: --color-primary: hsl(267, 23%, 82%);