HSL(342, 57%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,57%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 57%, 55%) | color: hsl(342, 57%, 55%) | |
| HEX | #CE4B72 | color: #CE4B72 | |
| RGB | rgb(206, 75, 114) | color: rgb(206, 75, 114) | |
| CMYK | cmyk(0%, 64%, 45%, 19%) | — | |
| HSV | hsv(342, 64%, 81%) | — | |
| HWB | hwb(342 29% 19%) | color: hwb(342 29% 19%) | |
| OKLCH | oklch(0.6003 0.1681 5.38) | color: oklch(0.6003 0.1681 5.38) | |
| Lab | lab(51.12 54.9 5.91) | color: lab(51.12 54.9 5.91) | |
| LCH | lch(51.12 55.22 6.14) | color: lch(51.12 55.22 6.14) |
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)
#959469 — rgb(149, 148, 105)
Deuteranopia (Green-blind)
#9DA766 — rgb(157, 167, 102)
Tritanopia (Blue-blind)
#C7615F — rgb(199, 97, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 57%, 55%);
text
color: hsl(342, 57%, 55%);
border
border: 2px solid hsl(342, 57%, 55%);
gradient light
background: linear-gradient(to right, hsl(342, 57%, 75%), hsl(342, 57%, 55%));
gradient dark
background: linear-gradient(to right, hsl(342, 57%, 55%), hsl(342, 57%, 35%))
hex
background-color: #CE4B72;
tailwind
bg-[hsl(342,57%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 57%, 55%, 0.4);
css variable
--color-primary: hsl(342, 57%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 57%, 55%)?
HEX: #CE4B72 | RGB: rgb(206, 75, 114) | CMYK: 0%, 64%, 45%, 19% | HSV: 342°, 64%, 81%. Copy any format from the conversion table above.
What colors go well with #CE4B72?
The complementary color is HSL(162, 57%, 55%). 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%, 55%) in CSS?
As HSL: color: hsl(342, 57%, 55%); — As HEX: color: #CE4B72; — As RGB: color: rgb(206, 75, 114); — Tailwind CSS: bg-[hsl(342,57%,55%)] — CSS variable: --color-primary: hsl(342, 57%, 55%);