HSL(334, 65%, 57%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(334,65%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 65%, 57%) | color: hsl(334, 65%, 57%) | |
| HEX | #D94A88 | color: #D94A88 | |
| RGB | rgb(217, 74, 136) | color: rgb(217, 74, 136) | |
| CMYK | cmyk(0%, 66%, 37%, 15%) | — | |
| HSV | hsv(334, 66%, 85%) | — | |
| HWB | hwb(334 29% 15%) | color: hwb(334 29% 15%) | |
| OKLCH | oklch(0.6229 0.1866 357.27) | color: oklch(0.6229 0.1866 357.27) | |
| Lab | lab(53.42 60.9 -3.68) | color: lab(53.42 60.9 -3.68) | |
| LCH | lch(53.42 61.01 356.54) | color: lch(53.42 61.01 356.54) |
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)
#9B9A79 — rgb(155, 154, 121)
Deuteranopia (Green-blind)
#A3AE75 — rgb(163, 174, 117)
Tritanopia (Blue-blind)
#D26D6B — rgb(210, 109, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 65%, 57%);
text
color: hsl(334, 65%, 57%);
border
border: 2px solid hsl(334, 65%, 57%);
gradient light
background: linear-gradient(to right, hsl(334, 65%, 77%), hsl(334, 65%, 57%));
gradient dark
background: linear-gradient(to right, hsl(334, 65%, 57%), hsl(334, 65%, 37%))
hex
background-color: #D94A88;
tailwind
bg-[hsl(334,65%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 65%, 57%, 0.4);
css variable
--color-primary: hsl(334, 65%, 57%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(334, 65%, 57%)?
HEX: #D94A88 | RGB: rgb(217, 74, 136) | CMYK: 0%, 66%, 37%, 15% | HSV: 334°, 66%, 85%. Copy any format from the conversion table above.
What colors go well with #D94A88?
The complementary color is HSL(154, 65%, 57%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(334, 65%, 57%) in CSS?
As HSL: color: hsl(334, 65%, 57%); — As HEX: color: #D94A88; — As RGB: color: rgb(217, 74, 136); — Tailwind CSS: bg-[hsl(334,65%,57%)] — CSS variable: --color-primary: hsl(334, 65%, 57%);