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