HSL(335, 65%, 53%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(335,65%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 65%, 53%) | color: hsl(335, 65%, 53%) | |
| HEX | #D5397A | color: #D5397A | |
| RGB | rgb(213, 57, 122) | color: rgb(213, 57, 122) | |
| CMYK | cmyk(0%, 73%, 43%, 16%) | — | |
| HSV | hsv(335, 73%, 84%) | — | |
| HWB | hwb(335 23% 16%) | color: hwb(335 23% 16%) | |
| OKLCH | oklch(0.5955 0.198 0.01) | color: oklch(0.5955 0.198 0.01) | |
| Lab | lab(50.08 64.54 -0.27) | color: lab(50.08 64.54 -0.27) | |
| LCH | lch(50.08 64.54 359.76) | color: lch(50.08 64.54 359.76) |
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)
#91906A — rgb(145, 144, 106)
Deuteranopia (Green-blind)
#9BA667 — rgb(155, 166, 103)
Tritanopia (Blue-blind)
#CD5E5B — rgb(205, 94, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 65%, 53%);
text
color: hsl(335, 65%, 53%);
border
border: 2px solid hsl(335, 65%, 53%);
gradient light
background: linear-gradient(to right, hsl(335, 65%, 73%), hsl(335, 65%, 53%));
gradient dark
background: linear-gradient(to right, hsl(335, 65%, 53%), hsl(335, 65%, 33%))
hex
background-color: #D5397A;
tailwind
bg-[hsl(335,65%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 65%, 53%, 0.4);
css variable
--color-primary: hsl(335, 65%, 53%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 65%, 53%)?
HEX: #D5397A | RGB: rgb(213, 57, 122) | CMYK: 0%, 73%, 43%, 16% | HSV: 335°, 73%, 84%. Copy any format from the conversion table above.
What colors go well with #D5397A?
The complementary color is HSL(155, 65%, 53%). 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%, 53%) in CSS?
As HSL: color: hsl(335, 65%, 53%); — As HEX: color: #D5397A; — As RGB: color: rgb(213, 57, 122); — Tailwind CSS: bg-[hsl(335,65%,53%)] — CSS variable: --color-primary: hsl(335, 65%, 53%);