HSL(272, 78%, 95%)
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(272,78%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 78%, 95%) | color: hsl(272, 78%, 95%) | |
| HEX | #F3E8FC | color: #F3E8FC | |
| RGB | rgb(243, 232, 252) | color: rgb(243, 232, 252) | |
| CMYK | cmyk(4%, 8%, 0%, 1%) | — | |
| HSV | hsv(273, 8%, 99%) | — | |
| HWB | hwb(273 91% 1%) | color: hwb(273 91% 1%) | |
| OKLCH | oklch(0.9455 0.029 310.15) | color: oklch(0.9455 0.029 310.15) | |
| Lab | lab(93.36 7.27 -8.32) | color: lab(93.36 7.27 -8.32) | |
| LCH | lch(93.36 11.05 311.15) | color: lch(93.36 11.05 311.15) |
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)
#EEEEF7 — rgb(238, 238, 247)
Deuteranopia (Green-blind)
#EFF0F6 — rgb(239, 240, 246)
Tritanopia (Blue-blind)
#F2F3F3 — rgb(242, 243, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 78%, 95%);
text
color: hsl(272, 78%, 95%);
border
border: 2px solid hsl(272, 78%, 95%);
gradient light
background: linear-gradient(to right, hsl(272, 78%, 100%), hsl(272, 78%, 95%));
gradient dark
background: linear-gradient(to right, hsl(272, 78%, 95%), hsl(272, 78%, 75%))
hex
background-color: #F3E8FC;
tailwind
bg-[hsl(272,78%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 78%, 95%, 0.4);
css variable
--color-primary: hsl(272, 78%, 95%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 78%, 95%)?
HEX: #F3E8FC | RGB: rgb(243, 232, 252) | CMYK: 4%, 8%, 0%, 1% | HSV: 273°, 8%, 99%. Copy any format from the conversion table above.
What colors go well with #F3E8FC?
The complementary color is HSL(92, 78%, 95%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 78%, 95%) in CSS?
As HSL: color: hsl(272, 78%, 95%); — As HEX: color: #F3E8FC; — As RGB: color: rgb(243, 232, 252); — Tailwind CSS: bg-[hsl(272,78%,95%)] — CSS variable: --color-primary: hsl(272, 78%, 95%);