#323932
a deep, muted gray · cool · closest name: darkslategray
RGB
50, 57, 50
HSL
120°, 7%, 21%
CMYK
12, 0, 12, 78
Luminance
0.0383
Every format
| HEX | #323932 |
| RGB | rgb(50, 57, 50) |
| HSL | hsl(120, 7%, 21%) |
| CMYK | cmyk(12%, 0%, 12%, 78%) |
| LAB | lab(23.1 -4.6 3.4) |
| LCH | lch(23.1 5.7 143.8) |
| OKLCH | oklch(0.336 0.015 145.2) |
Copy-ready code
/* CSS */
color: #323932;
background-color: #323932;
/* Tailwind (arbitrary) */
class="text-[#323932] bg-[#323932]"
/* SCSS */
$brand: #323932;
/* SwiftUI */
Color(red: 0.196, green: 0.224, blue: 0.196)
/* Android */
Color.parseColor("#323932")Accessibility — WCAG contrast
Aa
#323932 on white: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323932 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green22.4%
Blue19.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow12.3%
Key (black)77.6%
Color previews
#323932 text on a black background
contrast 1.77:1
Card sample
#323932 text on a white background
contrast 11.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323932;
Background color
Panel with #323932 background
background-color: #323932;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323932;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 57, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 57, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323932; background: linear-gradient(135deg, #323932, #323937);