#2d2f32
a deep, muted gray · cool · closest name: darkslategray
RGB
45, 47, 50
HSL
216°, 5%, 19%
CMYK
10, 6, 0, 80
Luminance
0.0282
Every format
| HEX | #2d2f32 |
| RGB | rgb(45, 47, 50) |
| HSL | hsl(216, 5%, 19%) |
| CMYK | cmyk(10%, 6%, 0%, 80%) |
| LAB | lab(19.3 -0.1 -2.2) |
| LCH | lch(19.3 2.2 266.4) |
| OKLCH | oklch(0.304 0.006 258.4) |
Copy-ready code
/* CSS */
color: #2d2f32;
background-color: #2d2f32;
/* Tailwind (arbitrary) */
class="text-[#2d2f32] bg-[#2d2f32]"
/* SCSS */
$brand: #2d2f32;
/* SwiftUI */
Color(red: 0.176, green: 0.184, blue: 0.196)
/* Android */
Color.parseColor("#2d2f32")Accessibility — WCAG contrast
Aa
#2d2f32 on white: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d2f32 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green18.4%
Blue19.6%
CMYK percentages
Cyan10.0%
Magenta6.0%
Yellow0.0%
Key (black)80.4%
Color previews
#2d2f32 text on a black background
contrast 1.56:1
Card sample
#2d2f32 text on a white background
contrast 13.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d2f32;
Background color
Panel with #2d2f32 background
background-color: #2d2f32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d2f32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 47, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 47, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d2f32; background: linear-gradient(135deg, #2d2f32, #2E2D32);