HSL(335, 65%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(335,65%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 65%, 55%) | color: hsl(335, 65%, 55%) | |
| HEX | #D74280 | color: #D74280 | |
| RGB | rgb(215, 66, 128) | color: rgb(215, 66, 128) | |
| CMYK | cmyk(0%, 69%, 40%, 16%) | — | |
| HSV | hsv(335, 69%, 84%) | — | |
| HWB | hwb(335 26% 16%) | color: hwb(335 26% 16%) | |
| OKLCH | oklch(0.609 0.1917 359.11) | color: oklch(0.609 0.1917 359.11) | |
| Lab | lab(51.73 62.54 -1.42) | color: lab(51.73 62.54 -1.42) | |
| LCH | lch(51.73 62.56 358.7) | color: lch(51.73 62.56 358.7) |
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)
#969571 — rgb(150, 149, 113)
Deuteranopia (Green-blind)
#9FAA6D — rgb(159, 170, 109)
Tritanopia (Blue-blind)
#D06563 — rgb(208, 101, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 65%, 55%);
text
color: hsl(335, 65%, 55%);
border
border: 2px solid hsl(335, 65%, 55%);
gradient light
background: linear-gradient(to right, hsl(335, 65%, 75%), hsl(335, 65%, 55%));
gradient dark
background: linear-gradient(to right, hsl(335, 65%, 55%), hsl(335, 65%, 35%))
hex
background-color: #D74280;
tailwind
bg-[hsl(335,65%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 65%, 55%, 0.4);
css variable
--color-primary: hsl(335, 65%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 65%, 55%)?
HEX: #D74280 | RGB: rgb(215, 66, 128) | CMYK: 0%, 69%, 40%, 16% | HSV: 335°, 69%, 84%. Copy any format from the conversion table above.
What colors go well with #D74280?
The complementary color is HSL(155, 65%, 55%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(335, 65%, 55%) in CSS?
As HSL: color: hsl(335, 65%, 55%); — As HEX: color: #D74280; — As RGB: color: rgb(215, 66, 128); — Tailwind CSS: bg-[hsl(335,65%,55%)] — CSS variable: --color-primary: hsl(335, 65%, 55%);