HSL(342, 57%, 59%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,57%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 57%, 59%) | color: hsl(342, 57%, 59%) | |
| HEX | #D25B7F | color: #D25B7F | |
| RGB | rgb(210, 91, 127) | color: rgb(210, 91, 127) | |
| CMYK | cmyk(0%, 57%, 40%, 18%) | — | |
| HSV | hsv(342, 57%, 82%) | — | |
| HWB | hwb(342 35% 18%) | color: hwb(342 35% 18%) | |
| OKLCH | oklch(0.63 0.1537 3.62) | color: oklch(0.63 0.1537 3.62) | |
| Lab | lab(54.78 50.37 3.52) | color: lab(54.78 50.37 3.52) | |
| LCH | lch(54.78 50.49 4) | color: lch(54.78 50.49 4) |
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)
#9E9D76 — rgb(158, 157, 118)
Deuteranopia (Green-blind)
#A5AE74 — rgb(165, 174, 116)
Tritanopia (Blue-blind)
#CC6F6E — rgb(204, 111, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 57%, 59%);
text
color: hsl(342, 57%, 59%);
border
border: 2px solid hsl(342, 57%, 59%);
gradient light
background: linear-gradient(to right, hsl(342, 57%, 79%), hsl(342, 57%, 59%));
gradient dark
background: linear-gradient(to right, hsl(342, 57%, 59%), hsl(342, 57%, 39%))
hex
background-color: #D25B7F;
tailwind
bg-[hsl(342,57%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 57%, 59%, 0.4);
css variable
--color-primary: hsl(342, 57%, 59%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 57%, 59%)?
HEX: #D25B7F | RGB: rgb(210, 91, 127) | CMYK: 0%, 57%, 40%, 18% | HSV: 342°, 57%, 82%. Copy any format from the conversion table above.
What colors go well with #D25B7F?
The complementary color is HSL(162, 57%, 59%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 57%, 59%) in CSS?
As HSL: color: hsl(342, 57%, 59%); — As HEX: color: #D25B7F; — As RGB: color: rgb(210, 91, 127); — Tailwind CSS: bg-[hsl(342,57%,59%)] — CSS variable: --color-primary: hsl(342, 57%, 59%);