HSL(277, 76%, 90%)
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(277,76%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 76%, 90%) | color: hsl(277, 76%, 90%) | |
| HEX | #EAD2F9 | color: #EAD2F9 | |
| RGB | rgb(234, 210, 249) | color: rgb(234, 210, 249) | |
| CMYK | cmyk(6%, 16%, 0%, 2%) | — | |
| HSV | hsv(277, 16%, 98%) | — | |
| HWB | hwb(277 82% 2%) | color: hwb(277 82% 2%) | |
| OKLCH | oklch(0.8955 0.0584 312.49) | color: oklch(0.8955 0.0584 312.49) | |
| Lab | lab(87.21 15.28 -16.01) | color: lab(87.21 15.28 -16.01) | |
| LCH | lch(87.21 22.13 313.66) | color: lch(87.21 22.13 313.66) |
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)
#E0DFF0 — rgb(224, 223, 240)
Deuteranopia (Green-blind)
#E1E3ED — rgb(225, 227, 237)
Tritanopia (Blue-blind)
#E9E8E6 — rgb(233, 232, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 76%, 90%);
text
color: hsl(277, 76%, 90%);
border
border: 2px solid hsl(277, 76%, 90%);
gradient light
background: linear-gradient(to right, hsl(277, 76%, 100%), hsl(277, 76%, 90%));
gradient dark
background: linear-gradient(to right, hsl(277, 76%, 90%), hsl(277, 76%, 70%))
hex
background-color: #EAD2F9;
tailwind
bg-[hsl(277,76%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 76%, 90%, 0.4);
css variable
--color-primary: hsl(277, 76%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 76%, 90%)?
HEX: #EAD2F9 | RGB: rgb(234, 210, 249) | CMYK: 6%, 16%, 0%, 2% | HSV: 277°, 16%, 98%. Copy any format from the conversion table above.
What colors go well with #EAD2F9?
The complementary color is HSL(97, 76%, 90%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 76%, 90%) in CSS?
As HSL: color: hsl(277, 76%, 90%); — As HEX: color: #EAD2F9; — As RGB: color: rgb(234, 210, 249); — Tailwind CSS: bg-[hsl(277,76%,90%)] — CSS variable: --color-primary: hsl(277, 76%, 90%);