#282929
a deep, muted gray · cool · closest name: black
RGB
40, 41, 41
HSL
180°, 1%, 16%
CMYK
2, 0, 0, 84
Luminance
0.0220
Every format
| HEX | #282929 |
| RGB | rgb(40, 41, 41) |
| HSL | hsl(180, 1%, 16%) |
| CMYK | cmyk(2%, 0%, 0%, 84%) |
| LAB | lab(16.5 -0.5 -0.2) |
| LCH | lch(16.5 0.5 199.6) |
| OKLCH | oklch(0.280 0.002 197.1) |
Copy-ready code
/* CSS */
color: #282929;
background-color: #282929;
/* Tailwind (arbitrary) */
class="text-[#282929] bg-[#282929]"
/* SCSS */
$brand: #282929;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.161)
/* Android */
Color.parseColor("#282929")Accessibility — WCAG contrast
Aa
#282929 on white: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282929 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue16.1%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow0.0%
Key (black)83.9%
Color previews
#282929 text on a black background
contrast 1.44:1
Card sample
#282929 text on a white background
contrast 14.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282929;
Background color
Panel with #282929 background
background-color: #282929;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282929;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282929; background: linear-gradient(135deg, #282929, #282829);