HSL(316, 45%, 87%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,45%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 45%, 87%) | color: hsl(316, 45%, 87%) | |
| HEX | #EDCFE5 | color: #EDCFE5 | |
| RGB | rgb(237, 207, 229) | color: rgb(237, 207, 229) | |
| CMYK | cmyk(0%, 13%, 3%, 7%) | — | |
| HSV | hsv(316, 13%, 93%) | — | |
| HWB | hwb(316 81% 7%) | color: hwb(316 81% 7%) | |
| OKLCH | oklch(0.886 0.0442 335.38) | color: oklch(0.886 0.0442 335.38) | |
| Lab | lab(86.15 14.18 -6.97) | color: lab(86.15 14.18 -6.97) | |
| LCH | lch(86.15 15.8 333.82) | color: lch(86.15 15.8 333.82) |
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)
#E0E0E0 — rgb(224, 224, 224)
Deuteranopia (Green-blind)
#E2E4DE — rgb(226, 228, 222)
Tritanopia (Blue-blind)
#ECDBDB — rgb(236, 219, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 45%, 87%);
text
color: hsl(316, 45%, 87%);
border
border: 2px solid hsl(316, 45%, 87%);
gradient light
background: linear-gradient(to right, hsl(316, 45%, 100%), hsl(316, 45%, 87%));
gradient dark
background: linear-gradient(to right, hsl(316, 45%, 87%), hsl(316, 45%, 67%))
hex
background-color: #EDCFE5;
tailwind
bg-[hsl(316,45%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 45%, 87%, 0.4);
css variable
--color-primary: hsl(316, 45%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 45%, 87%)?
HEX: #EDCFE5 | RGB: rgb(237, 207, 229) | CMYK: 0%, 13%, 3%, 7% | HSV: 316°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #EDCFE5?
The complementary color is HSL(136, 45%, 87%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 45%, 87%) in CSS?
As HSL: color: hsl(316, 45%, 87%); — As HEX: color: #EDCFE5; — As RGB: color: rgb(237, 207, 229); — Tailwind CSS: bg-[hsl(316,45%,87%)] — CSS variable: --color-primary: hsl(316, 45%, 87%);