#2f352f
a deep, muted gray · cool · closest name: darkslategray
RGB
47, 53, 47
HSL
120°, 6%, 20%
CMYK
11, 0, 11, 79
Luminance
0.0336
Every format
| HEX | #2f352f |
| RGB | rgb(47, 53, 47) |
| HSL | hsl(120, 6%, 20%) |
| CMYK | cmyk(11%, 0%, 11%, 79%) |
| LAB | lab(21.4 -4.0 2.9) |
| LCH | lch(21.4 4.9 143.9) |
| OKLCH | oklch(0.321 0.013 145.3) |
Copy-ready code
/* CSS */
color: #2f352f;
background-color: #2f352f;
/* Tailwind (arbitrary) */
class="text-[#2f352f] bg-[#2f352f]"
/* SCSS */
$brand: #2f352f;
/* SwiftUI */
Color(red: 0.184, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#2f352f")Accessibility — WCAG contrast
Aa
#2f352f on white: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f352f on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green20.8%
Blue18.4%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow11.3%
Key (black)79.2%
Color previews
#2f352f text on a black background
contrast 1.67:1
Card sample
#2f352f text on a white background
contrast 12.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f352f;
Background color
Panel with #2f352f background
background-color: #2f352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f352f; background: linear-gradient(135deg, #2f352f, #2F3533);