HSL(256, 60%, 95%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(256,60%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 60%, 95%) | color: hsl(256, 60%, 95%) | |
| HEX | #EFEBFA | color: #EFEBFA | |
| RGB | rgb(239, 235, 250) | color: rgb(239, 235, 250) | |
| CMYK | cmyk(4%, 6%, 0%, 2%) | — | |
| HSV | hsv(256, 6%, 98%) | — | |
| HWB | hwb(256 92% 2%) | color: hwb(256 92% 2%) | |
| OKLCH | oklch(0.9475 0.0204 298.19) | color: oklch(0.9475 0.0204 298.19) | |
| Lab | lab(93.74 4.04 -6.75) | color: lab(93.74 4.04 -6.75) | |
| LCH | lch(93.74 7.87 300.9) | color: lch(93.74 7.87 300.9) |
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)
#EDEDF6 — rgb(237, 237, 246)
Deuteranopia (Green-blind)
#EEEEF6 — rgb(238, 238, 246)
Tritanopia (Blue-blind)
#EFF4F3 — rgb(239, 244, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 60%, 95%);
text
color: hsl(256, 60%, 95%);
border
border: 2px solid hsl(256, 60%, 95%);
gradient light
background: linear-gradient(to right, hsl(256, 60%, 100%), hsl(256, 60%, 95%));
gradient dark
background: linear-gradient(to right, hsl(256, 60%, 95%), hsl(256, 60%, 75%))
hex
background-color: #EFEBFA;
tailwind
bg-[hsl(256,60%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 60%, 95%, 0.4);
css variable
--color-primary: hsl(256, 60%, 95%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 60%, 95%)?
HEX: #EFEBFA | RGB: rgb(239, 235, 250) | CMYK: 4%, 6%, 0%, 2% | HSV: 256°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #EFEBFA?
The complementary color is HSL(76, 60%, 95%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(256, 60%, 95%) in CSS?
As HSL: color: hsl(256, 60%, 95%); — As HEX: color: #EFEBFA; — As RGB: color: rgb(239, 235, 250); — Tailwind CSS: bg-[hsl(256,60%,95%)] — CSS variable: --color-primary: hsl(256, 60%, 95%);