#282113
a deep, soft yellow · warm · closest name: black
RGB
40, 33, 19
HSL
40°, 36%, 12%
CMYK
0, 18, 53, 84
Luminance
0.0159
Every format
| HEX | #282113 |
| RGB | rgb(40, 33, 19) |
| HSL | hsl(40, 36%, 12%) |
| CMYK | cmyk(0%, 18%, 53%, 84%) |
| LAB | lab(13.1 0.8 10.6) |
| LCH | lch(13.1 10.7 85.7) |
| OKLCH | oklch(0.252 0.026 84.1) |
Copy-ready code
/* CSS */
color: #282113;
background-color: #282113;
/* Tailwind (arbitrary) */
class="text-[#282113] bg-[#282113]"
/* SCSS */
$brand: #282113;
/* SwiftUI */
Color(red: 0.157, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#282113")Accessibility — WCAG contrast
Aa
#282113 on white: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282113 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow52.5%
Key (black)84.3%
Color previews
#282113 text on a black background
contrast 1.32:1
Card sample
#282113 text on a white background
contrast 15.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282113;
Background color
Panel with #282113 background
background-color: #282113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282113; background: linear-gradient(135deg, #282113, #212813);