HSL(315, 42%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(315,42%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(315, 42%, 80%) | color: hsl(315, 42%, 80%) | |
| HEX | #E1B7D7 | color: #E1B7D7 | |
| RGB | rgb(225, 183, 215) | color: rgb(225, 183, 215) | |
| CMYK | cmyk(0%, 19%, 4%, 12%) | — | |
| HSV | hsv(314, 19%, 88%) | — | |
| HWB | hwb(314 71% 12%) | color: hwb(314 71% 12%) | |
| OKLCH | oklch(0.8261 0.0641 334.64) | color: oklch(0.8261 0.0641 334.64) | |
| Lab | lab(78.92 20.39 -10.33) | color: lab(78.92 20.39 -10.33) | |
| LCH | lch(78.92 22.86 333.13) | color: lch(78.92 22.86 333.13) |
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)
#CFCECF — rgb(207, 206, 207)
Deuteranopia (Green-blind)
#D1D4CD — rgb(209, 212, 205)
Tritanopia (Blue-blind)
#DFC9C8 — rgb(223, 201, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(315, 42%, 80%);
text
color: hsl(315, 42%, 80%);
border
border: 2px solid hsl(315, 42%, 80%);
gradient light
background: linear-gradient(to right, hsl(315, 42%, 100%), hsl(315, 42%, 80%));
gradient dark
background: linear-gradient(to right, hsl(315, 42%, 80%), hsl(315, 42%, 60%))
hex
background-color: #E1B7D7;
tailwind
bg-[hsl(315,42%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(315, 42%, 80%, 0.4);
css variable
--color-primary: hsl(315, 42%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(315, 42%, 80%)?
HEX: #E1B7D7 | RGB: rgb(225, 183, 215) | CMYK: 0%, 19%, 4%, 12% | HSV: 314°, 19%, 88%. Copy any format from the conversion table above.
What colors go well with #E1B7D7?
The complementary color is HSL(135, 42%, 80%). For a triadic harmony, use hues 315°, 75°, and 195°. For analogous combinations, try hues 285° and 345°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(315, 42%, 80%) in CSS?
As HSL: color: hsl(315, 42%, 80%); — As HEX: color: #E1B7D7; — As RGB: color: rgb(225, 183, 215); — Tailwind CSS: bg-[hsl(315,42%,80%)] — CSS variable: --color-primary: hsl(315, 42%, 80%);