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