HSL(337, 35%, 27%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,35%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 35%, 27%) | color: hsl(337, 35%, 27%) | |
| HEX | #5D2D3F | color: #5D2D3F | |
| RGB | rgb(93, 45, 63) | color: rgb(93, 45, 63) | |
| CMYK | cmyk(0%, 52%, 32%, 64%) | — | |
| HSV | hsv(338, 52%, 36%) | — | |
| HWB | hwb(338 17% 64%) | color: hwb(338 17% 64%) | |
| OKLCH | oklch(0.3669 0.0734 357.55) | color: oklch(0.3669 0.0734 357.55) | |
| Lab | lab(25.45 24.21 -1.31) | color: lab(25.45 24.21 -1.31) | |
| LCH | lch(25.45 24.25 356.9) | color: lch(25.45 24.25 356.9) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#48483B — rgb(72, 72, 59)
Deuteranopia (Green-blind)
#4B4F3A — rgb(75, 79, 58)
Tritanopia (Blue-blind)
#5B3736 — rgb(91, 55, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 35%, 27%);
text
color: hsl(337, 35%, 27%);
border
border: 2px solid hsl(337, 35%, 27%);
gradient light
background: linear-gradient(to right, hsl(337, 35%, 47%), hsl(337, 35%, 27%));
gradient dark
background: linear-gradient(to right, hsl(337, 35%, 27%), hsl(337, 35%, 7%))
hex
background-color: #5D2D3F;
tailwind
bg-[hsl(337,35%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 35%, 27%, 0.4);
css variable
--color-primary: hsl(337, 35%, 27%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 35%, 27%)?
HEX: #5D2D3F | RGB: rgb(93, 45, 63) | CMYK: 0%, 52%, 32%, 64% | HSV: 338°, 52%, 36%. Copy any format from the conversion table above.
What colors go well with #5D2D3F?
The complementary color is HSL(157, 35%, 27%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 35%, 27%) in CSS?
As HSL: color: hsl(337, 35%, 27%); — As HEX: color: #5D2D3F; — As RGB: color: rgb(93, 45, 63); — Tailwind CSS: bg-[hsl(337,35%,27%)] — CSS variable: --color-primary: hsl(337, 35%, 27%);