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