HSL(338, 45%, 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,45%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(338, 45%, 86%) | color: hsl(338, 45%, 86%) | |
| HEX | #EBCBD7 | color: #EBCBD7 | |
| RGB | rgb(235, 203, 215) | color: rgb(235, 203, 215) | |
| CMYK | cmyk(0%, 14%, 9%, 8%) | — | |
| HSV | hsv(338, 14%, 92%) | — | |
| HWB | hwb(338 79% 8%) | color: hwb(338 79% 8%) | |
| OKLCH | oklch(0.8725 0.0392 353.33) | color: oklch(0.8725 0.0392 353.33) | |
| Lab | lab(84.63 13.19 -1.79) | color: lab(84.63 13.19 -1.79) | |
| LCH | lch(84.63 13.31 352.27) | color: lch(84.63 13.31 352.27) |
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)
#DFE1D3 — rgb(223, 225, 211)
Tritanopia (Blue-blind)
#E9D2D1 — rgb(233, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(338, 45%, 86%);
text
color: hsl(338, 45%, 86%);
border
border: 2px solid hsl(338, 45%, 86%);
gradient light
background: linear-gradient(to right, hsl(338, 45%, 100%), hsl(338, 45%, 86%));
gradient dark
background: linear-gradient(to right, hsl(338, 45%, 86%), hsl(338, 45%, 66%))
hex
background-color: #EBCBD7;
tailwind
bg-[hsl(338,45%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(338, 45%, 86%, 0.4);
css variable
--color-primary: hsl(338, 45%, 86%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(338, 45%, 86%)?
HEX: #EBCBD7 | RGB: rgb(235, 203, 215) | CMYK: 0%, 14%, 9%, 8% | HSV: 338°, 14%, 92%. Copy any format from the conversion table above.
What colors go well with #EBCBD7?
The complementary color is HSL(158, 45%, 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, 45%, 86%) in CSS?
As HSL: color: hsl(338, 45%, 86%); — As HEX: color: #EBCBD7; — As RGB: color: rgb(235, 203, 215); — Tailwind CSS: bg-[hsl(338,45%,86%)] — CSS variable: --color-primary: hsl(338, 45%, 86%);