HSL(261, 10%, 92%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(261,10%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 10%, 92%) | color: hsl(261, 10%, 92%) | |
| HEX | #EAE9ED | color: #EAE9ED | |
| RGB | rgb(234, 233, 237) | color: rgb(234, 233, 237) | |
| CMYK | cmyk(1%, 2%, 0%, 7%) | — | |
| HSV | hsv(255, 2%, 93%) | — | |
| HWB | hwb(255 91% 7%) | color: hwb(255 91% 7%) | |
| OKLCH | oklch(0.9359 0.0054 297.72) | color: oklch(0.9359 0.0054 297.72) | |
| Lab | lab(92.52 1.05 -1.82) | color: lab(92.52 1.05 -1.82) | |
| LCH | lch(92.52 2.1 299.98) | color: lch(92.52 2.1 299.98) |
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)
#EAEAEC — rgb(234, 234, 236)
Deuteranopia (Green-blind)
#EAEAEC — rgb(234, 234, 236)
Tritanopia (Blue-blind)
#EAEBEB — rgb(234, 235, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 10%, 92%);
text
color: hsl(261, 10%, 92%);
border
border: 2px solid hsl(261, 10%, 92%);
gradient light
background: linear-gradient(to right, hsl(261, 10%, 100%), hsl(261, 10%, 92%));
gradient dark
background: linear-gradient(to right, hsl(261, 10%, 92%), hsl(261, 10%, 72%))
hex
background-color: #EAE9ED;
tailwind
bg-[hsl(261,10%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 10%, 92%, 0.4);
css variable
--color-primary: hsl(261, 10%, 92%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 10%, 92%)?
HEX: #EAE9ED | RGB: rgb(234, 233, 237) | CMYK: 1%, 2%, 0%, 7% | HSV: 255°, 2%, 93%. Copy any format from the conversion table above.
What colors go well with #EAE9ED?
The complementary color is HSL(81, 10%, 92%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 10%, 92%) in CSS?
As HSL: color: hsl(261, 10%, 92%); — As HEX: color: #EAE9ED; — As RGB: color: rgb(234, 233, 237); — Tailwind CSS: bg-[hsl(261,10%,92%)] — CSS variable: --color-primary: hsl(261, 10%, 92%);