HSL(315, 70%, 70%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(315,70%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(315, 70%, 70%) | color: hsl(315, 70%, 70%) | |
| HEX | #E87DCD | color: #E87DCD | |
| RGB | rgb(232, 125, 205) | color: rgb(232, 125, 205) | |
| CMYK | cmyk(0%, 46%, 12%, 9%) | — | |
| HSV | hsv(315, 46%, 91%) | — | |
| HWB | hwb(315 49% 9%) | color: hwb(315 49% 9%) | |
| OKLCH | oklch(0.7337 0.1625 337.42) | color: oklch(0.7337 0.1625 337.42) | |
| Lab | lab(66.7 51.51 -23.2) | color: lab(66.7 51.51 -23.2) | |
| LCH | lch(66.7 56.49 335.75) | color: lch(66.7 56.49 335.75) |
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)
#BAB9BA — rgb(186, 185, 186)
Deuteranopia (Green-blind)
#C0C8B5 — rgb(192, 200, 181)
Tritanopia (Blue-blind)
#E3AAA7 — rgb(227, 170, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(315, 70%, 70%);
text
color: hsl(315, 70%, 70%);
border
border: 2px solid hsl(315, 70%, 70%);
gradient light
background: linear-gradient(to right, hsl(315, 70%, 90%), hsl(315, 70%, 70%));
gradient dark
background: linear-gradient(to right, hsl(315, 70%, 70%), hsl(315, 70%, 50%))
hex
background-color: #E87DCD;
tailwind
bg-[hsl(315,70%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(315, 70%, 70%, 0.4);
css variable
--color-primary: hsl(315, 70%, 70%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(315, 70%, 70%)?
HEX: #E87DCD | RGB: rgb(232, 125, 205) | CMYK: 0%, 46%, 12%, 9% | HSV: 315°, 46%, 91%. Copy any format from the conversion table above.
What colors go well with #E87DCD?
The complementary color is HSL(135, 70%, 70%). 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, 70%, 70%) in CSS?
As HSL: color: hsl(315, 70%, 70%); — As HEX: color: #E87DCD; — As RGB: color: rgb(232, 125, 205); — Tailwind CSS: bg-[hsl(315,70%,70%)] — CSS variable: --color-primary: hsl(315, 70%, 70%);