HSL(331, 11%, 20%)
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(331,11%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 11%, 20%) | color: hsl(331, 11%, 20%) | |
| HEX | #392D33 | color: #392D33 | |
| RGB | rgb(57, 45, 51) | color: rgb(57, 45, 51) | |
| CMYK | cmyk(0%, 21%, 11%, 78%) | — | |
| HSV | hsv(330, 21%, 22%) | — | |
| HWB | hwb(330 17% 78%) | color: hwb(330 17% 78%) | |
| OKLCH | oklch(0.3128 0.0202 346.75) | color: oklch(0.3128 0.0202 346.75) | |
| Lab | lab(19.99 6.73 -1.77) | color: lab(19.99 6.73 -1.77) | |
| LCH | lch(19.99 6.96 345.26) | color: lch(19.99 6.96 345.26) |
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)
#343432 — rgb(52, 52, 50)
Deuteranopia (Green-blind)
#353531 — rgb(53, 53, 49)
Tritanopia (Blue-blind)
#383030 — rgb(56, 48, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 11%, 20%);
text
color: hsl(331, 11%, 20%);
border
border: 2px solid hsl(331, 11%, 20%);
gradient light
background: linear-gradient(to right, hsl(331, 11%, 40%), hsl(331, 11%, 20%));
gradient dark
background: linear-gradient(to right, hsl(331, 11%, 20%), hsl(331, 11%, 0%))
hex
background-color: #392D33;
tailwind
bg-[hsl(331,11%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 11%, 20%, 0.4);
css variable
--color-primary: hsl(331, 11%, 20%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 11%, 20%)?
HEX: #392D33 | RGB: rgb(57, 45, 51) | CMYK: 0%, 21%, 11%, 78% | HSV: 330°, 21%, 22%. Copy any format from the conversion table above.
What colors go well with #392D33?
The complementary color is HSL(151, 11%, 20%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 11%, 20%) in CSS?
As HSL: color: hsl(331, 11%, 20%); — As HEX: color: #392D33; — As RGB: color: rgb(57, 45, 51); — Tailwind CSS: bg-[hsl(331,11%,20%)] — CSS variable: --color-primary: hsl(331, 11%, 20%);