HSL(272, 15%, 83%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(272,15%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 15%, 83%) | color: hsl(272, 15%, 83%) | |
| HEX | #D4CDDA | color: #D4CDDA | |
| RGB | rgb(212, 205, 218) | color: rgb(212, 205, 218) | |
| CMYK | cmyk(3%, 6%, 0%, 15%) | — | |
| HSV | hsv(272, 6%, 85%) | — | |
| HWB | hwb(272 80% 15%) | color: hwb(272 80% 15%) | |
| OKLCH | oklch(0.8578 0.0193 309.77) | color: oklch(0.8578 0.0193 309.77) | |
| Lab | lab(83.3 4.78 -5.57) | color: lab(83.3 4.78 -5.57) | |
| LCH | lch(83.3 7.34 310.64) | color: lch(83.3 7.34 310.64) |
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)
#D1D1D7 — rgb(209, 209, 215)
Deuteranopia (Green-blind)
#D1D2D6 — rgb(209, 210, 214)
Tritanopia (Blue-blind)
#D4D4D4 — rgb(212, 212, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 15%, 83%);
text
color: hsl(272, 15%, 83%);
border
border: 2px solid hsl(272, 15%, 83%);
gradient light
background: linear-gradient(to right, hsl(272, 15%, 100%), hsl(272, 15%, 83%));
gradient dark
background: linear-gradient(to right, hsl(272, 15%, 83%), hsl(272, 15%, 63%))
hex
background-color: #D4CDDA;
tailwind
bg-[hsl(272,15%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 15%, 83%, 0.4);
css variable
--color-primary: hsl(272, 15%, 83%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 15%, 83%)?
HEX: #D4CDDA | RGB: rgb(212, 205, 218) | CMYK: 3%, 6%, 0%, 15% | HSV: 272°, 6%, 85%. Copy any format from the conversion table above.
What colors go well with #D4CDDA?
The complementary color is HSL(92, 15%, 83%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 15%, 83%) in CSS?
As HSL: color: hsl(272, 15%, 83%); — As HEX: color: #D4CDDA; — As RGB: color: rgb(212, 205, 218); — Tailwind CSS: bg-[hsl(272,15%,83%)] — CSS variable: --color-primary: hsl(272, 15%, 83%);