HSL(307, 71%, 93%)
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,71%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(307, 71%, 93%) | color: hsl(307, 71%, 93%) | |
| HEX | #FAE0F7 | color: #FAE0F7 | |
| RGB | rgb(250, 224, 247) | color: rgb(250, 224, 247) | |
| CMYK | cmyk(0%, 10%, 1%, 2%) | — | |
| HSV | hsv(307, 10%, 98%) | — | |
| HWB | hwb(307 88% 2%) | color: hwb(307 88% 2%) | |
| OKLCH | oklch(0.9345 0.0414 329.59) | color: oklch(0.9345 0.0414 329.59) | |
| Lab | lab(91.84 12.82 -7.9) | color: lab(91.84 12.82 -7.9) | |
| LCH | lch(91.84 15.06 328.36) | color: lch(91.84 15.06 328.36) |
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)
#EFEFF1 — rgb(239, 239, 241)
Deuteranopia (Green-blind)
#F0F2F0 — rgb(240, 242, 240)
Tritanopia (Blue-blind)
#F9EDEC — rgb(249, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(307, 71%, 93%);
text
color: hsl(307, 71%, 93%);
border
border: 2px solid hsl(307, 71%, 93%);
gradient light
background: linear-gradient(to right, hsl(307, 71%, 100%), hsl(307, 71%, 93%));
gradient dark
background: linear-gradient(to right, hsl(307, 71%, 93%), hsl(307, 71%, 73%))
hex
background-color: #FAE0F7;
tailwind
bg-[hsl(307,71%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(307, 71%, 93%, 0.4);
css variable
--color-primary: hsl(307, 71%, 93%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(307, 71%, 93%)?
HEX: #FAE0F7 | RGB: rgb(250, 224, 247) | CMYK: 0%, 10%, 1%, 2% | HSV: 307°, 10%, 98%. Copy any format from the conversion table above.
What colors go well with #FAE0F7?
The complementary color is HSL(127, 71%, 93%). 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, 71%, 93%) in CSS?
As HSL: color: hsl(307, 71%, 93%); — As HEX: color: #FAE0F7; — As RGB: color: rgb(250, 224, 247); — Tailwind CSS: bg-[hsl(307,71%,93%)] — CSS variable: --color-primary: hsl(307, 71%, 93%);