HSL(336, 10%, 33%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(336,10%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 10%, 33%) | color: hsl(336, 10%, 33%) | |
| HEX | #5D4C52 | color: #5D4C52 | |
| RGB | rgb(93, 76, 82) | color: rgb(93, 76, 82) | |
| CMYK | cmyk(0%, 18%, 12%, 64%) | — | |
| HSV | hsv(339, 18%, 36%) | — | |
| HWB | hwb(339 30% 64%) | color: hwb(339 30% 64%) | |
| OKLCH | oklch(0.4359 0.0246 354.96) | color: oklch(0.4359 0.0246 354.96) | |
| Lab | lab(34.2 8.27 -0.86) | color: lab(34.2 8.27 -0.86) | |
| LCH | lch(34.2 8.31 354.06) | color: lch(34.2 8.31 354.06) |
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)
#565551 — rgb(86, 85, 81)
Deuteranopia (Green-blind)
#575850 — rgb(87, 88, 80)
Tritanopia (Blue-blind)
#5C4F4F — rgb(92, 79, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 10%, 33%);
text
color: hsl(336, 10%, 33%);
border
border: 2px solid hsl(336, 10%, 33%);
gradient light
background: linear-gradient(to right, hsl(336, 10%, 53%), hsl(336, 10%, 33%));
gradient dark
background: linear-gradient(to right, hsl(336, 10%, 33%), hsl(336, 10%, 13%))
hex
background-color: #5D4C52;
tailwind
bg-[hsl(336,10%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 10%, 33%, 0.4);
css variable
--color-primary: hsl(336, 10%, 33%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 10%, 33%)?
HEX: #5D4C52 | RGB: rgb(93, 76, 82) | CMYK: 0%, 18%, 12%, 64% | HSV: 339°, 18%, 36%. Copy any format from the conversion table above.
What colors go well with #5D4C52?
The complementary color is HSL(156, 10%, 33%). 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, 10%, 33%) in CSS?
As HSL: color: hsl(336, 10%, 33%); — As HEX: color: #5D4C52; — As RGB: color: rgb(93, 76, 82); — Tailwind CSS: bg-[hsl(336,10%,33%)] — CSS variable: --color-primary: hsl(336, 10%, 33%);