#282721
a deep, muted yellow · cool · closest name: black
RGB
40, 39, 33
HSL
51°, 10%, 14%
CMYK
0, 3, 18, 84
Luminance
0.0201
Every format
| HEX | #282721 |
| RGB | rgb(40, 39, 33) |
| HSL | hsl(51, 10%, 14%) |
| CMYK | cmyk(0%, 3%, 18%, 84%) |
| LAB | lab(15.6 -0.9 4.1) |
| LCH | lch(15.6 4.2 102.1) |
| OKLCH | oklch(0.272 0.011 99.3) |
Copy-ready code
/* CSS */
color: #282721;
background-color: #282721;
/* Tailwind (arbitrary) */
class="text-[#282721] bg-[#282721]"
/* SCSS */
$brand: #282721;
/* SwiftUI */
Color(red: 0.157, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#282721")Accessibility — WCAG contrast
Aa
#282721 on white: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282721 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow17.5%
Key (black)84.3%
Color previews
#282721 text on a black background
contrast 1.40:1
Card sample
#282721 text on a white background
contrast 14.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282721;
Background color
Panel with #282721 background
background-color: #282721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282721; background: linear-gradient(135deg, #282721, #242821);