HSL(316, 52%, 81%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,52%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 52%, 81%) | color: hsl(316, 52%, 81%) | |
| HEX | #E8B5DA | color: #E8B5DA | |
| RGB | rgb(232, 181, 218) | color: rgb(232, 181, 218) | |
| CMYK | cmyk(0%, 22%, 6%, 9%) | — | |
| HSV | hsv(316, 22%, 91%) | — | |
| HWB | hwb(316 71% 9%) | color: hwb(316 71% 9%) | |
| OKLCH | oklch(0.8301 0.076 336.39) | color: oklch(0.8301 0.076 336.39) | |
| Lab | lab(79.2 24.37 -11.47) | color: lab(79.2 24.37 -11.47) | |
| LCH | lch(79.2 26.93 334.8) | color: lch(79.2 26.93 334.8) |
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)
#D2D1D1 — rgb(210, 209, 209)
Deuteranopia (Green-blind)
#D5D9CF — rgb(213, 217, 207)
Tritanopia (Blue-blind)
#E5CAC8 — rgb(229, 202, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 52%, 81%);
text
color: hsl(316, 52%, 81%);
border
border: 2px solid hsl(316, 52%, 81%);
gradient light
background: linear-gradient(to right, hsl(316, 52%, 100%), hsl(316, 52%, 81%));
gradient dark
background: linear-gradient(to right, hsl(316, 52%, 81%), hsl(316, 52%, 61%))
hex
background-color: #E8B5DA;
tailwind
bg-[hsl(316,52%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 52%, 81%, 0.4);
css variable
--color-primary: hsl(316, 52%, 81%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 52%, 81%)?
HEX: #E8B5DA | RGB: rgb(232, 181, 218) | CMYK: 0%, 22%, 6%, 9% | HSV: 316°, 22%, 91%. Copy any format from the conversion table above.
What colors go well with #E8B5DA?
The complementary color is HSL(136, 52%, 81%). 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, 52%, 81%) in CSS?
As HSL: color: hsl(316, 52%, 81%); — As HEX: color: #E8B5DA; — As RGB: color: rgb(232, 181, 218); — Tailwind CSS: bg-[hsl(316,52%,81%)] — CSS variable: --color-primary: hsl(316, 52%, 81%);