HSL(261, 79%, 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(261,79%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 79%, 95%) | color: hsl(261, 79%, 95%) | |
| HEX | #EFE8FC | color: #EFE8FC | |
| RGB | rgb(239, 232, 252) | color: rgb(239, 232, 252) | |
| CMYK | cmyk(5%, 8%, 0%, 1%) | — | |
| HSV | hsv(261, 8%, 99%) | — | |
| HWB | hwb(261 91% 1%) | color: hwb(261 91% 1%) | |
| OKLCH | oklch(0.9424 0.0277 301.75) | color: oklch(0.9424 0.0277 301.75) | |
| Lab | lab(93.05 5.96 -8.81) | color: lab(93.05 5.96 -8.81) | |
| LCH | lch(93.05 10.64 304.08) | color: lch(93.05 10.64 304.08) |
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)
#ECECF7 — rgb(236, 236, 247)
Deuteranopia (Green-blind)
#ECEDF6 — rgb(236, 237, 246)
Tritanopia (Blue-blind)
#EFF3F3 — rgb(239, 243, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 79%, 95%);
text
color: hsl(261, 79%, 95%);
border
border: 2px solid hsl(261, 79%, 95%);
gradient light
background: linear-gradient(to right, hsl(261, 79%, 100%), hsl(261, 79%, 95%));
gradient dark
background: linear-gradient(to right, hsl(261, 79%, 95%), hsl(261, 79%, 75%))
hex
background-color: #EFE8FC;
tailwind
bg-[hsl(261,79%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 79%, 95%, 0.4);
css variable
--color-primary: hsl(261, 79%, 95%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 79%, 95%)?
HEX: #EFE8FC | RGB: rgb(239, 232, 252) | CMYK: 5%, 8%, 0%, 1% | HSV: 261°, 8%, 99%. Copy any format from the conversion table above.
What colors go well with #EFE8FC?
The complementary color is HSL(81, 79%, 95%). 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, 79%, 95%) in CSS?
As HSL: color: hsl(261, 79%, 95%); — As HEX: color: #EFE8FC; — As RGB: color: rgb(239, 232, 252); — Tailwind CSS: bg-[hsl(261,79%,95%)] — CSS variable: --color-primary: hsl(261, 79%, 95%);