HSL(272, 83%, 94%)
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,83%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 83%, 94%) | color: hsl(272, 83%, 94%) | |
| HEX | #F1E3FC | color: #F1E3FC | |
| RGB | rgb(241, 227, 252) | color: rgb(241, 227, 252) | |
| CMYK | cmyk(4%, 10%, 0%, 1%) | — | |
| HSV | hsv(274, 10%, 99%) | — | |
| HWB | hwb(274 89% 1%) | color: hwb(274 89% 1%) | |
| OKLCH | oklch(0.9344 0.0365 310.48) | color: oklch(0.9344 0.0365 310.48) | |
| Lab | lab(91.98 9.21 -10.38) | color: lab(91.98 9.21 -10.38) | |
| LCH | lch(91.98 13.88 311.58) | color: lch(91.98 13.88 311.58) |
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)
#EBEBF6 — rgb(235, 235, 246)
Deuteranopia (Green-blind)
#ECEDF5 — rgb(236, 237, 245)
Tritanopia (Blue-blind)
#F0F1F0 — rgb(240, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 83%, 94%);
text
color: hsl(272, 83%, 94%);
border
border: 2px solid hsl(272, 83%, 94%);
gradient light
background: linear-gradient(to right, hsl(272, 83%, 100%), hsl(272, 83%, 94%));
gradient dark
background: linear-gradient(to right, hsl(272, 83%, 94%), hsl(272, 83%, 74%))
hex
background-color: #F1E3FC;
tailwind
bg-[hsl(272,83%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 83%, 94%, 0.4);
css variable
--color-primary: hsl(272, 83%, 94%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 83%, 94%)?
HEX: #F1E3FC | RGB: rgb(241, 227, 252) | CMYK: 4%, 10%, 0%, 1% | HSV: 274°, 10%, 99%. Copy any format from the conversion table above.
What colors go well with #F1E3FC?
The complementary color is HSL(92, 83%, 94%). 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, 83%, 94%) in CSS?
As HSL: color: hsl(272, 83%, 94%); — As HEX: color: #F1E3FC; — As RGB: color: rgb(241, 227, 252); — Tailwind CSS: bg-[hsl(272,83%,94%)] — CSS variable: --color-primary: hsl(272, 83%, 94%);