HSL(338, 48%, 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(338,48%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(338, 48%, 86%) | color: hsl(338, 48%, 86%) | |
| HEX | #ECCAD7 | color: #ECCAD7 | |
| RGB | rgb(236, 202, 215) | color: rgb(236, 202, 215) | |
| CMYK | cmyk(0%, 14%, 9%, 7%) | — | |
| HSV | hsv(337, 14%, 93%) | — | |
| HWB | hwb(337 80% 7%) | color: hwb(337 80% 7%) | |
| OKLCH | oklch(0.8715 0.0418 352.97) | color: oklch(0.8715 0.0418 352.97) | |
| Lab | lab(84.47 14.06 -2) | color: lab(84.47 14.06 -2) | |
| LCH | lch(84.47 14.2 351.9) | color: lch(84.47 14.2 351.9) |
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)
#DDDDD4 — rgb(221, 221, 212)
Deuteranopia (Green-blind)
#DFE2D3 — rgb(223, 226, 211)
Tritanopia (Blue-blind)
#EAD1D1 — rgb(234, 209, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(338, 48%, 86%);
text
color: hsl(338, 48%, 86%);
border
border: 2px solid hsl(338, 48%, 86%);
gradient light
background: linear-gradient(to right, hsl(338, 48%, 100%), hsl(338, 48%, 86%));
gradient dark
background: linear-gradient(to right, hsl(338, 48%, 86%), hsl(338, 48%, 66%))
hex
background-color: #ECCAD7;
tailwind
bg-[hsl(338,48%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(338, 48%, 86%, 0.4);
css variable
--color-primary: hsl(338, 48%, 86%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(338, 48%, 86%)?
HEX: #ECCAD7 | RGB: rgb(236, 202, 215) | CMYK: 0%, 14%, 9%, 7% | HSV: 337°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #ECCAD7?
The complementary color is HSL(158, 48%, 86%). For a triadic harmony, use hues 338°, 98°, and 218°. For analogous combinations, try hues 308° and 8°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(338, 48%, 86%) in CSS?
As HSL: color: hsl(338, 48%, 86%); — As HEX: color: #ECCAD7; — As RGB: color: rgb(236, 202, 215); — Tailwind CSS: bg-[hsl(338,48%,86%)] — CSS variable: --color-primary: hsl(338, 48%, 86%);