HSL(272, 72%, 87%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,72%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 72%, 87%) | color: hsl(272, 72%, 87%) | |
| HEX | #DFC6F6 | color: #DFC6F6 | |
| RGB | rgb(223, 198, 246) | color: rgb(223, 198, 246) | |
| CMYK | cmyk(9%, 20%, 0%, 4%) | — | |
| HSV | hsv(271, 20%, 96%) | — | |
| HWB | hwb(271 77% 4%) | color: hwb(271 77% 4%) | |
| OKLCH | oklch(0.8628 0.0705 308.44) | color: oklch(0.8628 0.0705 308.44) | |
| Lab | lab(83.3 17.54 -20.4) | color: lab(83.3 17.54 -20.4) | |
| LCH | lch(83.3 26.9 310.69) | color: lch(83.3 26.9 310.69) |
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)
#D4D4EA — rgb(212, 212, 234)
Deuteranopia (Green-blind)
#D6D8E8 — rgb(214, 216, 232)
Tritanopia (Blue-blind)
#DEE1DF — rgb(222, 225, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 72%, 87%);
text
color: hsl(272, 72%, 87%);
border
border: 2px solid hsl(272, 72%, 87%);
gradient light
background: linear-gradient(to right, hsl(272, 72%, 100%), hsl(272, 72%, 87%));
gradient dark
background: linear-gradient(to right, hsl(272, 72%, 87%), hsl(272, 72%, 67%))
hex
background-color: #DFC6F6;
tailwind
bg-[hsl(272,72%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 72%, 87%, 0.4);
css variable
--color-primary: hsl(272, 72%, 87%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 72%, 87%)?
HEX: #DFC6F6 | RGB: rgb(223, 198, 246) | CMYK: 9%, 20%, 0%, 4% | HSV: 271°, 20%, 96%. Copy any format from the conversion table above.
What colors go well with #DFC6F6?
The complementary color is HSL(92, 72%, 87%). 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, 72%, 87%) in CSS?
As HSL: color: hsl(272, 72%, 87%); — As HEX: color: #DFC6F6; — As RGB: color: rgb(223, 198, 246); — Tailwind CSS: bg-[hsl(272,72%,87%)] — CSS variable: --color-primary: hsl(272, 72%, 87%);