#282913
a deep, soft yellow · cool · closest name: black
RGB
40, 41, 19
HSL
63°, 37%, 12%
CMYK
2, 0, 54, 84
Luminance
0.0208
Every format
| HEX | #282913 |
| RGB | rgb(40, 41, 19) |
| HSL | hsl(63, 37%, 12%) |
| CMYK | cmyk(2%, 0%, 54%, 84%) |
| LAB | lab(15.9 -4.7 14.2) |
| LCH | lch(15.9 15.0 108.2) |
| OKLCH | oklch(0.274 0.037 110.9) |
Copy-ready code
/* CSS */
color: #282913;
background-color: #282913;
/* Tailwind (arbitrary) */
class="text-[#282913] bg-[#282913]"
/* SCSS */
$brand: #282913;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#282913")Accessibility — WCAG contrast
Aa
#282913 on white: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282913 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue7.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#282913 text on a black background
contrast 1.42:1
Card sample
#282913 text on a white background
contrast 14.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282913;
Background color
Panel with #282913 background
background-color: #282913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282913; background: linear-gradient(135deg, #282913, #192913);