HSL(307, 65%, 95%)
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,65%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(307, 65%, 95%) | color: hsl(307, 65%, 95%) | |
| HEX | #FBEAF9 | color: #FBEAF9 | |
| RGB | rgb(251, 234, 249) | color: rgb(251, 234, 249) | |
| CMYK | cmyk(0%, 7%, 1%, 2%) | — | |
| HSV | hsv(307, 7%, 98%) | — | |
| HWB | hwb(307 91% 2%) | color: hwb(307 91% 2%) | |
| OKLCH | oklch(0.9548 0.0269 329.49) | color: oklch(0.9548 0.0269 329.49) | |
| Lab | lab(94.4 8.33 -5.16) | color: lab(94.4 8.33 -5.16) | |
| LCH | lch(94.4 9.8 328.22) | color: lch(94.4 9.8 328.22) |
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)
#F4F3F5 — rgb(244, 243, 245)
Deuteranopia (Green-blind)
#F5F6F5 — rgb(245, 246, 245)
Tritanopia (Blue-blind)
#FAF3F2 — rgb(250, 243, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(307, 65%, 95%);
text
color: hsl(307, 65%, 95%);
border
border: 2px solid hsl(307, 65%, 95%);
gradient light
background: linear-gradient(to right, hsl(307, 65%, 100%), hsl(307, 65%, 95%));
gradient dark
background: linear-gradient(to right, hsl(307, 65%, 95%), hsl(307, 65%, 75%))
hex
background-color: #FBEAF9;
tailwind
bg-[hsl(307,65%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(307, 65%, 95%, 0.4);
css variable
--color-primary: hsl(307, 65%, 95%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(307, 65%, 95%)?
HEX: #FBEAF9 | RGB: rgb(251, 234, 249) | CMYK: 0%, 7%, 1%, 2% | HSV: 307°, 7%, 98%. Copy any format from the conversion table above.
What colors go well with #FBEAF9?
The complementary color is HSL(127, 65%, 95%). 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, 65%, 95%) in CSS?
As HSL: color: hsl(307, 65%, 95%); — As HEX: color: #FBEAF9; — As RGB: color: rgb(251, 234, 249); — Tailwind CSS: bg-[hsl(307,65%,95%)] — CSS variable: --color-primary: hsl(307, 65%, 95%);