HSL(280, 65%, 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(280,65%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 65%, 92%) | color: hsl(280, 65%, 92%) | |
| HEX | #EFDDF8 | color: #EFDDF8 | |
| RGB | rgb(239, 221, 248) | color: rgb(239, 221, 248) | |
| CMYK | cmyk(4%, 11%, 0%, 3%) | — | |
| HSV | hsv(280, 11%, 97%) | — | |
| HWB | hwb(280 86% 3%) | color: hwb(280 86% 3%) | |
| OKLCH | oklch(0.9201 0.0409 314.61) | color: oklch(0.9201 0.0409 314.61) | |
| Lab | lab(90.25 10.94 -10.89) | color: lab(90.25 10.94 -10.89) | |
| LCH | lch(90.25 15.44 315.13) | color: lch(90.25 15.44 315.13) |
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)
#E7E7F1 — rgb(231, 231, 241)
Deuteranopia (Green-blind)
#E8EAF0 — rgb(232, 234, 240)
Tritanopia (Blue-blind)
#EEECEB — rgb(238, 236, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 65%, 92%);
text
color: hsl(280, 65%, 92%);
border
border: 2px solid hsl(280, 65%, 92%);
gradient light
background: linear-gradient(to right, hsl(280, 65%, 100%), hsl(280, 65%, 92%));
gradient dark
background: linear-gradient(to right, hsl(280, 65%, 92%), hsl(280, 65%, 72%))
hex
background-color: #EFDDF8;
tailwind
bg-[hsl(280,65%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 65%, 92%, 0.4);
css variable
--color-primary: hsl(280, 65%, 92%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 65%, 92%)?
HEX: #EFDDF8 | RGB: rgb(239, 221, 248) | CMYK: 4%, 11%, 0%, 3% | HSV: 280°, 11%, 97%. Copy any format from the conversion table above.
What colors go well with #EFDDF8?
The complementary color is HSL(100, 65%, 92%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 65%, 92%) in CSS?
As HSL: color: hsl(280, 65%, 92%); — As HEX: color: #EFDDF8; — As RGB: color: rgb(239, 221, 248); — Tailwind CSS: bg-[hsl(280,65%,92%)] — CSS variable: --color-primary: hsl(280, 65%, 92%);