HSL(307, 44%, 89%)
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,44%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(307, 44%, 89%) | color: hsl(307, 44%, 89%) | |
| HEX | #EFD7EC | color: #EFD7EC | |
| RGB | rgb(239, 215, 236) | color: rgb(239, 215, 236) | |
| CMYK | cmyk(0%, 10%, 1%, 6%) | — | |
| HSV | hsv(308, 10%, 94%) | — | |
| HWB | hwb(308 85% 6%) | color: hwb(308 85% 6%) | |
| OKLCH | oklch(0.905 0.0383 329.9) | color: oklch(0.905 0.0383 329.9) | |
| Lab | lab(88.45 11.89 -7.25) | color: lab(88.45 11.89 -7.25) | |
| LCH | lch(88.45 13.93 328.63) | color: lch(88.45 13.93 328.63) |
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)
#E5E4E7 — rgb(229, 228, 231)
Deuteranopia (Green-blind)
#E6E8E6 — rgb(230, 232, 230)
Tritanopia (Blue-blind)
#EEE3E2 — rgb(238, 227, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(307, 44%, 89%);
text
color: hsl(307, 44%, 89%);
border
border: 2px solid hsl(307, 44%, 89%);
gradient light
background: linear-gradient(to right, hsl(307, 44%, 100%), hsl(307, 44%, 89%));
gradient dark
background: linear-gradient(to right, hsl(307, 44%, 89%), hsl(307, 44%, 69%))
hex
background-color: #EFD7EC;
tailwind
bg-[hsl(307,44%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(307, 44%, 89%, 0.4);
css variable
--color-primary: hsl(307, 44%, 89%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(307, 44%, 89%)?
HEX: #EFD7EC | RGB: rgb(239, 215, 236) | CMYK: 0%, 10%, 1%, 6% | HSV: 308°, 10%, 94%. Copy any format from the conversion table above.
What colors go well with #EFD7EC?
The complementary color is HSL(127, 44%, 89%). 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, 44%, 89%) in CSS?
As HSL: color: hsl(307, 44%, 89%); — As HEX: color: #EFD7EC; — As RGB: color: rgb(239, 215, 236); — Tailwind CSS: bg-[hsl(307,44%,89%)] — CSS variable: --color-primary: hsl(307, 44%, 89%);