HSL(272, 56%, 88%)
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,56%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 56%, 88%) | color: hsl(272, 56%, 88%) | |
| HEX | #E2CFF2 | color: #E2CFF2 | |
| RGB | rgb(226, 207, 242) | color: rgb(226, 207, 242) | |
| CMYK | cmyk(7%, 14%, 0%, 5%) | — | |
| HSV | hsv(273, 14%, 95%) | — | |
| HWB | hwb(273 82% 5%) | color: hwb(273 82% 5%) | |
| OKLCH | oklch(0.8808 0.0516 309.6) | color: oklch(0.8808 0.0516 309.6) | |
| Lab | lab(85.61 12.93 -14.77) | color: lab(85.61 12.93 -14.77) | |
| LCH | lch(85.61 19.63 311.2) | color: lch(85.61 19.63 311.2) |
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)
#DADAEA — rgb(218, 218, 234)
Deuteranopia (Green-blind)
#DBDCE8 — rgb(219, 220, 232)
Tritanopia (Blue-blind)
#E1E3E1 — rgb(225, 227, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 56%, 88%);
text
color: hsl(272, 56%, 88%);
border
border: 2px solid hsl(272, 56%, 88%);
gradient light
background: linear-gradient(to right, hsl(272, 56%, 100%), hsl(272, 56%, 88%));
gradient dark
background: linear-gradient(to right, hsl(272, 56%, 88%), hsl(272, 56%, 68%))
hex
background-color: #E2CFF2;
tailwind
bg-[hsl(272,56%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 56%, 88%, 0.4);
css variable
--color-primary: hsl(272, 56%, 88%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 56%, 88%)?
HEX: #E2CFF2 | RGB: rgb(226, 207, 242) | CMYK: 7%, 14%, 0%, 5% | HSV: 273°, 14%, 95%. Copy any format from the conversion table above.
What colors go well with #E2CFF2?
The complementary color is HSL(92, 56%, 88%). 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, 56%, 88%) in CSS?
As HSL: color: hsl(272, 56%, 88%); — As HEX: color: #E2CFF2; — As RGB: color: rgb(226, 207, 242); — Tailwind CSS: bg-[hsl(272,56%,88%)] — CSS variable: --color-primary: hsl(272, 56%, 88%);