HSL(282, 59%, 92%)
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(282,59%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 59%, 92%) | color: hsl(282, 59%, 92%) | |
| HEX | #EFDFF7 | color: #EFDFF7 | |
| RGB | rgb(239, 223, 247) | color: rgb(239, 223, 247) | |
| CMYK | cmyk(3%, 10%, 0%, 3%) | — | |
| HSV | hsv(280, 10%, 97%) | — | |
| HWB | hwb(280 87% 3%) | color: hwb(280 87% 3%) | |
| OKLCH | oklch(0.9236 0.0363 314.64) | color: oklch(0.9236 0.0363 314.64) | |
| Lab | lab(90.71 9.71 -9.68) | color: lab(90.71 9.71 -9.68) | |
| LCH | lch(90.71 13.71 315.09) | color: lch(90.71 13.71 315.09) |
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)
#E8E8F1 — rgb(232, 232, 241)
Deuteranopia (Green-blind)
#E9EAF0 — rgb(233, 234, 240)
Tritanopia (Blue-blind)
#EEEDEC — rgb(238, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 59%, 92%);
text
color: hsl(282, 59%, 92%);
border
border: 2px solid hsl(282, 59%, 92%);
gradient light
background: linear-gradient(to right, hsl(282, 59%, 100%), hsl(282, 59%, 92%));
gradient dark
background: linear-gradient(to right, hsl(282, 59%, 92%), hsl(282, 59%, 72%))
hex
background-color: #EFDFF7;
tailwind
bg-[hsl(282,59%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 59%, 92%, 0.4);
css variable
--color-primary: hsl(282, 59%, 92%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 59%, 92%)?
HEX: #EFDFF7 | RGB: rgb(239, 223, 247) | CMYK: 3%, 10%, 0%, 3% | HSV: 280°, 10%, 97%. Copy any format from the conversion table above.
What colors go well with #EFDFF7?
The complementary color is HSL(102, 59%, 92%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 59%, 92%) in CSS?
As HSL: color: hsl(282, 59%, 92%); — As HEX: color: #EFDFF7; — As RGB: color: rgb(239, 223, 247); — Tailwind CSS: bg-[hsl(282,59%,92%)] — CSS variable: --color-primary: hsl(282, 59%, 92%);