#282921
a deep, muted yellow · cool · closest name: black
RGB
40, 41, 33
HSL
68°, 11%, 15%
CMYK
2, 0, 20, 84
Luminance
0.0215
Every format
| HEX | #282921 |
| RGB | rgb(40, 41, 33) |
| HSL | hsl(68, 11%, 15%) |
| CMYK | cmyk(2%, 0%, 20%, 84%) |
| LAB | lab(16.2 -2.3 5.1) |
| LCH | lch(16.2 5.6 113.9) |
| OKLCH | oklch(0.277 0.014 113.1) |
Copy-ready code
/* CSS */
color: #282921;
background-color: #282921;
/* Tailwind (arbitrary) */
class="text-[#282921] bg-[#282921]"
/* SCSS */
$brand: #282921;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#282921")Accessibility — WCAG contrast
Aa
#282921 on white: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282921 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue12.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow19.5%
Key (black)83.9%
Color previews
#282921 text on a black background
contrast 1.43:1
Card sample
#282921 text on a white background
contrast 14.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282921;
Background color
Panel with #282921 background
background-color: #282921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282921; background: linear-gradient(135deg, #282921, #232921);