HSL(304, 52%, 87%)
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(304,52%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(304, 52%, 87%) | color: hsl(304, 52%, 87%) | |
| HEX | #EFCDED | color: #EFCDED | |
| RGB | rgb(239, 205, 237) | color: rgb(239, 205, 237) | |
| CMYK | cmyk(0%, 14%, 1%, 6%) | — | |
| HSV | hsv(304, 14%, 94%) | — | |
| HWB | hwb(304 81% 6%) | color: hwb(304 81% 6%) | |
| OKLCH | oklch(0.8866 0.0567 327.9) | color: oklch(0.8866 0.0567 327.9) | |
| Lab | lab(86.07 17.33 -11.31) | color: lab(86.07 17.33 -11.31) | |
| LCH | lch(86.07 20.69 326.87) | color: lch(86.07 20.69 326.87) |
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)
#E0E0E5 — rgb(224, 224, 229)
Deuteranopia (Green-blind)
#E2E5E3 — rgb(226, 229, 227)
Tritanopia (Blue-blind)
#EDDFDE — rgb(237, 223, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(304, 52%, 87%);
text
color: hsl(304, 52%, 87%);
border
border: 2px solid hsl(304, 52%, 87%);
gradient light
background: linear-gradient(to right, hsl(304, 52%, 100%), hsl(304, 52%, 87%));
gradient dark
background: linear-gradient(to right, hsl(304, 52%, 87%), hsl(304, 52%, 67%))
hex
background-color: #EFCDED;
tailwind
bg-[hsl(304,52%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(304, 52%, 87%, 0.4);
css variable
--color-primary: hsl(304, 52%, 87%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(304, 52%, 87%)?
HEX: #EFCDED | RGB: rgb(239, 205, 237) | CMYK: 0%, 14%, 1%, 6% | HSV: 304°, 14%, 94%. Copy any format from the conversion table above.
What colors go well with #EFCDED?
The complementary color is HSL(124, 52%, 87%). For a triadic harmony, use hues 304°, 64°, and 184°. For analogous combinations, try hues 274° and 334°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(304, 52%, 87%) in CSS?
As HSL: color: hsl(304, 52%, 87%); — As HEX: color: #EFCDED; — As RGB: color: rgb(239, 205, 237); — Tailwind CSS: bg-[hsl(304,52%,87%)] — CSS variable: --color-primary: hsl(304, 52%, 87%);