HSL(336, 10%, 21%)
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%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 10%, 21%) | color: hsl(336, 10%, 21%) | |
| HEX | #3B3034 | color: #3B3034 | |
| RGB | rgb(59, 48, 52) | color: rgb(59, 48, 52) | |
| CMYK | cmyk(0%, 19%, 12%, 77%) | — | |
| HSV | hsv(338, 19%, 23%) | — | |
| HWB | hwb(338 19% 77%) | color: hwb(338 19% 77%) | |
| OKLCH | oklch(0.3227 0.0172 354.24) | color: oklch(0.3227 0.0172 354.24) | |
| Lab | lab(21.18 5.79 -0.68) | color: lab(21.18 5.79 -0.68) | |
| LCH | lch(21.18 5.83 353.3) | color: lch(21.18 5.83 353.3) |
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)
#363633 — rgb(54, 54, 51)
Deuteranopia (Green-blind)
#373833 — rgb(55, 56, 51)
Tritanopia (Blue-blind)
#3A3232 — rgb(58, 50, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 10%, 21%);
text
color: hsl(336, 10%, 21%);
border
border: 2px solid hsl(336, 10%, 21%);
gradient light
background: linear-gradient(to right, hsl(336, 10%, 41%), hsl(336, 10%, 21%));
gradient dark
background: linear-gradient(to right, hsl(336, 10%, 21%), hsl(336, 10%, 1%))
hex
background-color: #3B3034;
tailwind
bg-[hsl(336,10%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 10%, 21%, 0.4);
css variable
--color-primary: hsl(336, 10%, 21%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 10%, 21%)?
HEX: #3B3034 | RGB: rgb(59, 48, 52) | CMYK: 0%, 19%, 12%, 77% | HSV: 338°, 19%, 23%. Copy any format from the conversion table above.
What colors go well with #3B3034?
The complementary color is HSL(156, 10%, 21%). 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%, 21%) in CSS?
As HSL: color: hsl(336, 10%, 21%); — As HEX: color: #3B3034; — As RGB: color: rgb(59, 48, 52); — Tailwind CSS: bg-[hsl(336,10%,21%)] — CSS variable: --color-primary: hsl(336, 10%, 21%);