#282621
a deep, muted yellow · warm · closest name: black
RGB
40, 38, 33
HSL
43°, 10%, 14%
CMYK
0, 5, 18, 84
Luminance
0.0195
Every format
| HEX | #282621 |
| RGB | rgb(40, 38, 33) |
| HSL | hsl(43, 10%, 14%) |
| CMYK | cmyk(0%, 5%, 18%, 84%) |
| LAB | lab(15.2 -0.2 3.6) |
| LCH | lch(15.2 3.7 93.1) |
| OKLCH | oklch(0.269 0.009 88.8) |
Copy-ready code
/* CSS */
color: #282621;
background-color: #282621;
/* Tailwind (arbitrary) */
class="text-[#282621] bg-[#282621]"
/* SCSS */
$brand: #282621;
/* SwiftUI */
Color(red: 0.157, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#282621")Accessibility — WCAG contrast
Aa
#282621 on white: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282621 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow17.5%
Key (black)84.3%
Color previews
#282621 text on a black background
contrast 1.39:1
Card sample
#282621 text on a white background
contrast 15.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282621;
Background color
Panel with #282621 background
background-color: #282621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282621; background: linear-gradient(135deg, #282621, #252821);