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