HSL(341, 63%, 57%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,63%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 63%, 57%) | color: hsl(341, 63%, 57%) | |
| HEX | #D64C78 | color: #D64C78 | |
| RGB | rgb(214, 76, 120) | color: rgb(214, 76, 120) | |
| CMYK | cmyk(0%, 64%, 44%, 16%) | — | |
| HSV | hsv(341, 64%, 84%) | — | |
| HWB | hwb(341 30% 16%) | color: hwb(341 30% 16%) | |
| OKLCH | oklch(0.6155 0.1762 4.26) | color: oklch(0.6155 0.1762 4.26) | |
| Lab | lab(52.76 57.55 4.84) | color: lab(52.76 57.55 4.84) | |
| LCH | lch(52.76 57.75 4.81) | color: lch(52.76 57.75 4.81) |
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)
#9A996D — rgb(154, 153, 109)
Deuteranopia (Green-blind)
#A2AD6B — rgb(162, 173, 107)
Tritanopia (Blue-blind)
#CF6563 — rgb(207, 101, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 63%, 57%);
text
color: hsl(341, 63%, 57%);
border
border: 2px solid hsl(341, 63%, 57%);
gradient light
background: linear-gradient(to right, hsl(341, 63%, 77%), hsl(341, 63%, 57%));
gradient dark
background: linear-gradient(to right, hsl(341, 63%, 57%), hsl(341, 63%, 37%))
hex
background-color: #D64C78;
tailwind
bg-[hsl(341,63%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 63%, 57%, 0.4);
css variable
--color-primary: hsl(341, 63%, 57%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 63%, 57%)?
HEX: #D64C78 | RGB: rgb(214, 76, 120) | CMYK: 0%, 64%, 44%, 16% | HSV: 341°, 64%, 84%. Copy any format from the conversion table above.
What colors go well with #D64C78?
The complementary color is HSL(161, 63%, 57%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 63%, 57%) in CSS?
As HSL: color: hsl(341, 63%, 57%); — As HEX: color: #D64C78; — As RGB: color: rgb(214, 76, 120); — Tailwind CSS: bg-[hsl(341,63%,57%)] — CSS variable: --color-primary: hsl(341, 63%, 57%);