#292930
a deep, muted gray · warm · closest name: black
RGB
41, 41, 48
HSL
240°, 8%, 18%
CMYK
15, 15, 0, 81
Luminance
0.0227
Every format
| HEX | #292930 |
| RGB | rgb(41, 41, 48) |
| HSL | hsl(240, 8%, 18%) |
| CMYK | cmyk(15%, 15%, 0%, 81%) |
| LAB | lab(16.9 1.8 -4.5) |
| LCH | lch(16.9 4.9 291.4) |
| OKLCH | oklch(0.284 0.013 285.6) |
Copy-ready code
/* CSS */
color: #292930;
background-color: #292930;
/* Tailwind (arbitrary) */
class="text-[#292930] bg-[#292930]"
/* SCSS */
$brand: #292930;
/* SwiftUI */
Color(red: 0.161, green: 0.161, blue: 0.188)
/* Android */
Color.parseColor("#292930")Accessibility — WCAG contrast
Aa
#292930 on white: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292930 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green16.1%
Blue18.8%
CMYK percentages
Cyan14.6%
Magenta14.6%
Yellow0.0%
Key (black)81.2%
Color previews
#292930 text on a black background
contrast 1.45:1
Card sample
#292930 text on a white background
contrast 14.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292930;
Background color
Panel with #292930 background
background-color: #292930;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292930;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 41, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 41, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292930; background: linear-gradient(135deg, #292930, #2E2930);