HSL(257, 54%, 96%)
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(257,54%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 54%, 96%) | color: hsl(257, 54%, 96%) | |
| HEX | #F2EFFA | color: #F2EFFA | |
| RGB | rgb(242, 239, 250) | color: rgb(242, 239, 250) | |
| CMYK | cmyk(3%, 4%, 0%, 2%) | — | |
| HSV | hsv(256, 4%, 98%) | — | |
| HWB | hwb(256 94% 2%) | color: hwb(256 94% 2%) | |
| OKLCH | oklch(0.9576 0.015 298.56) | color: oklch(0.9576 0.015 298.56) | |
| Lab | lab(94.96 2.97 -4.93) | color: lab(94.96 2.97 -4.93) | |
| LCH | lch(94.96 5.76 301.07) | color: lch(94.96 5.76 301.07) |
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)
#F1F1F7 — rgb(241, 241, 247)
Deuteranopia (Green-blind)
#F1F1F7 — rgb(241, 241, 247)
Tritanopia (Blue-blind)
#F2F5F5 — rgb(242, 245, 245)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 54%, 96%);
text
color: hsl(257, 54%, 96%);
border
border: 2px solid hsl(257, 54%, 96%);
gradient light
background: linear-gradient(to right, hsl(257, 54%, 100%), hsl(257, 54%, 96%));
gradient dark
background: linear-gradient(to right, hsl(257, 54%, 96%), hsl(257, 54%, 76%))
hex
background-color: #F2EFFA;
tailwind
bg-[hsl(257,54%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 54%, 96%, 0.4);
css variable
--color-primary: hsl(257, 54%, 96%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 54%, 96%)?
HEX: #F2EFFA | RGB: rgb(242, 239, 250) | CMYK: 3%, 4%, 0%, 2% | HSV: 256°, 4%, 98%. Copy any format from the conversion table above.
What colors go well with #F2EFFA?
The complementary color is HSL(77, 54%, 96%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 54%, 96%) in CSS?
As HSL: color: hsl(257, 54%, 96%); — As HEX: color: #F2EFFA; — As RGB: color: rgb(242, 239, 250); — Tailwind CSS: bg-[hsl(257,54%,96%)] — CSS variable: --color-primary: hsl(257, 54%, 96%);