HSL(333, 55%, 86%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,55%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 55%, 86%) | color: hsl(333, 55%, 86%) | |
| HEX | #EFC8D9 | color: #EFC8D9 | |
| RGB | rgb(239, 200, 217) | color: rgb(239, 200, 217) | |
| CMYK | cmyk(0%, 16%, 9%, 6%) | — | |
| HSV | hsv(334, 16%, 94%) | — | |
| HWB | hwb(334 79% 6%) | color: hwb(334 79% 6%) | |
| OKLCH | oklch(0.8711 0.0492 350.09) | color: oklch(0.8711 0.0492 350.09) | |
| Lab | lab(84.31 16.5 -3.28) | color: lab(84.31 16.5 -3.28) | |
| LCH | lch(84.31 16.82 348.76) | color: lch(84.31 16.82 348.76) |
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)
#DEDED5 — rgb(222, 222, 213)
Deuteranopia (Green-blind)
#E0E3D4 — rgb(224, 227, 212)
Tritanopia (Blue-blind)
#EDD2D1 — rgb(237, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 55%, 86%);
text
color: hsl(333, 55%, 86%);
border
border: 2px solid hsl(333, 55%, 86%);
gradient light
background: linear-gradient(to right, hsl(333, 55%, 100%), hsl(333, 55%, 86%));
gradient dark
background: linear-gradient(to right, hsl(333, 55%, 86%), hsl(333, 55%, 66%))
hex
background-color: #EFC8D9;
tailwind
bg-[hsl(333,55%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 55%, 86%, 0.4);
css variable
--color-primary: hsl(333, 55%, 86%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 55%, 86%)?
HEX: #EFC8D9 | RGB: rgb(239, 200, 217) | CMYK: 0%, 16%, 9%, 6% | HSV: 334°, 16%, 94%. Copy any format from the conversion table above.
What colors go well with #EFC8D9?
The complementary color is HSL(153, 55%, 86%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 55%, 86%) in CSS?
As HSL: color: hsl(333, 55%, 86%); — As HEX: color: #EFC8D9; — As RGB: color: rgb(239, 200, 217); — Tailwind CSS: bg-[hsl(333,55%,86%)] — CSS variable: --color-primary: hsl(333, 55%, 86%);