HSL(336, 60%, 23%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,60%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 60%, 23%) | color: hsl(336, 60%, 23%) | |
| HEX | #5E1734 | color: #5E1734 | |
| RGB | rgb(94, 23, 52) | color: rgb(94, 23, 52) | |
| CMYK | cmyk(0%, 76%, 45%, 63%) | — | |
| HSV | hsv(335, 76%, 37%) | — | |
| HWB | hwb(335 9% 63%) | color: hwb(335 9% 63%) | |
| OKLCH | oklch(0.3327 0.1057 359.77) | color: oklch(0.3327 0.1057 359.77) | |
| Lab | lab(20.98 34.48 -0.32) | color: lab(20.98 34.48 -0.32) | |
| LCH | lch(20.98 34.48 359.47) | color: lch(20.98 34.48 359.47) |
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)
#3F3F2D — rgb(63, 63, 45)
Deuteranopia (Green-blind)
#43492B — rgb(67, 73, 43)
Tritanopia (Blue-blind)
#5A2726 — rgb(90, 39, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 60%, 23%);
text
color: hsl(336, 60%, 23%);
border
border: 2px solid hsl(336, 60%, 23%);
gradient light
background: linear-gradient(to right, hsl(336, 60%, 43%), hsl(336, 60%, 23%));
gradient dark
background: linear-gradient(to right, hsl(336, 60%, 23%), hsl(336, 60%, 3%))
hex
background-color: #5E1734;
tailwind
bg-[hsl(336,60%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 60%, 23%, 0.4);
css variable
--color-primary: hsl(336, 60%, 23%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 60%, 23%)?
HEX: #5E1734 | RGB: rgb(94, 23, 52) | CMYK: 0%, 76%, 45%, 63% | HSV: 335°, 76%, 37%. Copy any format from the conversion table above.
What colors go well with #5E1734?
The complementary color is HSL(156, 60%, 23%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 60%, 23%) in CSS?
As HSL: color: hsl(336, 60%, 23%); — As HEX: color: #5E1734; — As RGB: color: rgb(94, 23, 52); — Tailwind CSS: bg-[hsl(336,60%,23%)] — CSS variable: --color-primary: hsl(336, 60%, 23%);