HSL(272, 59%, 84%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,59%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 59%, 84%) | color: hsl(272, 59%, 84%) | |
| HEX | #D8BEEE | color: #D8BEEE | |
| RGB | rgb(216, 190, 238) | color: rgb(216, 190, 238) | |
| CMYK | cmyk(9%, 20%, 0%, 7%) | — | |
| HSV | hsv(273, 20%, 93%) | — | |
| HWB | hwb(273 74% 7%) | color: hwb(273 74% 7%) | |
| OKLCH | oklch(0.8389 0.0714 309.3) | color: oklch(0.8389 0.0714 309.3) | |
| Lab | lab(80.52 17.99 -20.39) | color: lab(80.52 17.99 -20.39) | |
| LCH | lch(80.52 27.19 311.42) | color: lch(80.52 27.19 311.42) |
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)
#CDCDE2 — rgb(205, 205, 226)
Deuteranopia (Green-blind)
#CED0E0 — rgb(206, 208, 224)
Tritanopia (Blue-blind)
#D7D9D7 — rgb(215, 217, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 59%, 84%);
text
color: hsl(272, 59%, 84%);
border
border: 2px solid hsl(272, 59%, 84%);
gradient light
background: linear-gradient(to right, hsl(272, 59%, 100%), hsl(272, 59%, 84%));
gradient dark
background: linear-gradient(to right, hsl(272, 59%, 84%), hsl(272, 59%, 64%))
hex
background-color: #D8BEEE;
tailwind
bg-[hsl(272,59%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 59%, 84%, 0.4);
css variable
--color-primary: hsl(272, 59%, 84%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 59%, 84%)?
HEX: #D8BEEE | RGB: rgb(216, 190, 238) | CMYK: 9%, 20%, 0%, 7% | HSV: 273°, 20%, 93%. Copy any format from the conversion table above.
What colors go well with #D8BEEE?
The complementary color is HSL(92, 59%, 84%). 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, 59%, 84%) in CSS?
As HSL: color: hsl(272, 59%, 84%); — As HEX: color: #D8BEEE; — As RGB: color: rgb(216, 190, 238); — Tailwind CSS: bg-[hsl(272,59%,84%)] — CSS variable: --color-primary: hsl(272, 59%, 84%);