HSL(307, 38%, 91%)
Very Light Purple — Purple color
Adjust Color
Color Information
Color Name
Very Light Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(307,38%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(307, 38%, 91%) | color: hsl(307, 38%, 91%) | |
| HEX | #F1DFEF | color: #F1DFEF | |
| RGB | rgb(241, 223, 239) | color: rgb(241, 223, 239) | |
| CMYK | cmyk(0%, 7%, 1%, 5%) | — | |
| HSV | hsv(307, 7%, 95%) | — | |
| HWB | hwb(307 88% 5%) | color: hwb(307 88% 5%) | |
| OKLCH | oklch(0.9227 0.0288 329.3) | color: oklch(0.9227 0.0288 329.3) | |
| Lab | lab(90.65 8.92 -5.56) | color: lab(90.65 8.92 -5.56) | |
| LCH | lch(90.65 10.51 328.06) | color: lch(90.65 10.51 328.06) |
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)
#E9E9EB — rgb(233, 233, 235)
Deuteranopia (Green-blind)
#EAECEA — rgb(234, 236, 234)
Tritanopia (Blue-blind)
#F0E8E7 — rgb(240, 232, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(307, 38%, 91%);
text
color: hsl(307, 38%, 91%);
border
border: 2px solid hsl(307, 38%, 91%);
gradient light
background: linear-gradient(to right, hsl(307, 38%, 100%), hsl(307, 38%, 91%));
gradient dark
background: linear-gradient(to right, hsl(307, 38%, 91%), hsl(307, 38%, 71%))
hex
background-color: #F1DFEF;
tailwind
bg-[hsl(307,38%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(307, 38%, 91%, 0.4);
css variable
--color-primary: hsl(307, 38%, 91%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(307, 38%, 91%)?
HEX: #F1DFEF | RGB: rgb(241, 223, 239) | CMYK: 0%, 7%, 1%, 5% | HSV: 307°, 7%, 95%. Copy any format from the conversion table above.
What colors go well with #F1DFEF?
The complementary color is HSL(127, 38%, 91%). For a triadic harmony, use hues 307°, 67°, and 187°. For analogous combinations, try hues 277° and 337°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(307, 38%, 91%) in CSS?
As HSL: color: hsl(307, 38%, 91%); — As HEX: color: #F1DFEF; — As RGB: color: rgb(241, 223, 239); — Tailwind CSS: bg-[hsl(307,38%,91%)] — CSS variable: --color-primary: hsl(307, 38%, 91%);