HSL(315, 60%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(315,60%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(315, 60%, 75%) | color: hsl(315, 60%, 75%) | |
| HEX | #E699D2 | color: #E699D2 | |
| RGB | rgb(230, 153, 210) | color: rgb(230, 153, 210) | |
| CMYK | cmyk(0%, 33%, 9%, 10%) | — | |
| HSV | hsv(316, 33%, 90%) | — | |
| HWB | hwb(316 60% 10%) | color: hwb(316 60% 10%) | |
| OKLCH | oklch(0.7768 0.117 336.67) | color: oklch(0.7768 0.117 336.67) | |
| Lab | lab(72.4 37.26 -17.33) | color: lab(72.4 37.26 -17.33) | |
| LCH | lch(72.4 41.09 335.06) | color: lch(72.4 41.09 335.06) |
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)
#C5C4C4 — rgb(197, 196, 196)
Deuteranopia (Green-blind)
#C9CFC1 — rgb(201, 207, 193)
Tritanopia (Blue-blind)
#E2B9B7 — rgb(226, 185, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(315, 60%, 75%);
text
color: hsl(315, 60%, 75%);
border
border: 2px solid hsl(315, 60%, 75%);
gradient light
background: linear-gradient(to right, hsl(315, 60%, 95%), hsl(315, 60%, 75%));
gradient dark
background: linear-gradient(to right, hsl(315, 60%, 75%), hsl(315, 60%, 55%))
hex
background-color: #E699D2;
tailwind
bg-[hsl(315,60%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(315, 60%, 75%, 0.4);
css variable
--color-primary: hsl(315, 60%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(315, 60%, 75%)?
HEX: #E699D2 | RGB: rgb(230, 153, 210) | CMYK: 0%, 33%, 9%, 10% | HSV: 316°, 33%, 90%. Copy any format from the conversion table above.
What colors go well with #E699D2?
The complementary color is HSL(135, 60%, 75%). 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%, 75%) in CSS?
As HSL: color: hsl(315, 60%, 75%); — As HEX: color: #E699D2; — As RGB: color: rgb(230, 153, 210); — Tailwind CSS: bg-[hsl(315,60%,75%)] — CSS variable: --color-primary: hsl(315, 60%, 75%);