HSL(342, 66%, 57%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,66%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 66%, 57%) | color: hsl(342, 66%, 57%) | |
| HEX | #DA4974 | color: #DA4974 | |
| RGB | rgb(218, 73, 116) | color: rgb(218, 73, 116) | |
| CMYK | cmyk(0%, 67%, 47%, 15%) | — | |
| HSV | hsv(342, 67%, 85%) | — | |
| HWB | hwb(342 28% 15%) | color: hwb(342 28% 15%) | |
| OKLCH | oklch(0.6173 0.1828 6.2) | color: oklch(0.6173 0.1828 6.2) | |
| Lab | lab(52.88 59.61 7.49) | color: lab(52.88 59.61 7.49) | |
| LCH | lch(52.88 60.08 7.16) | color: lch(52.88 60.08 7.16) |
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)
#9B9A6A — rgb(155, 154, 106)
Deuteranopia (Green-blind)
#A4AF67 — rgb(164, 175, 103)
Tritanopia (Blue-blind)
#D36160 — rgb(211, 97, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 66%, 57%);
text
color: hsl(342, 66%, 57%);
border
border: 2px solid hsl(342, 66%, 57%);
gradient light
background: linear-gradient(to right, hsl(342, 66%, 77%), hsl(342, 66%, 57%));
gradient dark
background: linear-gradient(to right, hsl(342, 66%, 57%), hsl(342, 66%, 37%))
hex
background-color: #DA4974;
tailwind
bg-[hsl(342,66%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 66%, 57%, 0.4);
css variable
--color-primary: hsl(342, 66%, 57%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 66%, 57%)?
HEX: #DA4974 | RGB: rgb(218, 73, 116) | CMYK: 0%, 67%, 47%, 15% | HSV: 342°, 67%, 85%. Copy any format from the conversion table above.
What colors go well with #DA4974?
The complementary color is HSL(162, 66%, 57%). 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, 66%, 57%) in CSS?
As HSL: color: hsl(342, 66%, 57%); — As HEX: color: #DA4974; — As RGB: color: rgb(218, 73, 116); — Tailwind CSS: bg-[hsl(342,66%,57%)] — CSS variable: --color-primary: hsl(342, 66%, 57%);