HSL(315, 60%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(315,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(315, 60%, 80%) | color: hsl(315, 60%, 80%) | |
| HEX | #EBADDB | color: #EBADDB | |
| RGB | rgb(235, 173, 219) | color: rgb(235, 173, 219) | |
| CMYK | cmyk(0%, 26%, 7%, 8%) | — | |
| HSV | hsv(315, 26%, 92%) | — | |
| HWB | hwb(315 68% 8%) | color: hwb(315 68% 8%) | |
| OKLCH | oklch(0.8192 0.0935 336.03) | color: oklch(0.8192 0.0935 336.03) | |
| Lab | lab(77.68 29.83 -14.25) | color: lab(77.68 29.83 -14.25) | |
| LCH | lch(77.68 33.06 334.47) | color: lch(77.68 33.06 334.47) |
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)
#D0D0D0 — rgb(208, 208, 208)
Deuteranopia (Green-blind)
#D4D8CD — rgb(212, 216, 205)
Tritanopia (Blue-blind)
#E8C7C5 — rgb(232, 199, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(315, 60%, 80%);
text
color: hsl(315, 60%, 80%);
border
border: 2px solid hsl(315, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(315, 60%, 100%), hsl(315, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(315, 60%, 80%), hsl(315, 60%, 60%))
hex
background-color: #EBADDB;
tailwind
bg-[hsl(315,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(315, 60%, 80%, 0.4);
css variable
--color-primary: hsl(315, 60%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(315, 60%, 80%)?
HEX: #EBADDB | RGB: rgb(235, 173, 219) | CMYK: 0%, 26%, 7%, 8% | HSV: 315°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #EBADDB?
The complementary color is HSL(135, 60%, 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, 60%, 80%) in CSS?
As HSL: color: hsl(315, 60%, 80%); — As HEX: color: #EBADDB; — As RGB: color: rgb(235, 173, 219); — Tailwind CSS: bg-[hsl(315,60%,80%)] — CSS variable: --color-primary: hsl(315, 60%, 80%);