#282909
a deep, vivid yellow · cool · closest name: black
RGB
40, 41, 9
HSL
62°, 64%, 10%
CMYK
2, 0, 78, 84
Luminance
0.0206
Every format
| HEX | #282909 |
| RGB | rgb(40, 41, 9) |
| HSL | hsl(62, 64%, 10%) |
| CMYK | cmyk(2%, 0%, 78%, 84%) |
| LAB | lab(15.8 -5.8 19.1) |
| LCH | lch(15.8 20.0 106.8) |
| OKLCH | oklch(0.272 0.049 111.0) |
Copy-ready code
/* CSS */
color: #282909;
background-color: #282909;
/* Tailwind (arbitrary) */
class="text-[#282909] bg-[#282909]"
/* SCSS */
$brand: #282909;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.035)
/* Android */
Color.parseColor("#282909")Accessibility — WCAG contrast
Aa
#282909 on white: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282909 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue3.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow78.0%
Key (black)83.9%
Color previews
#282909 text on a black background
contrast 1.41:1
Card sample
#282909 text on a white background
contrast 14.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282909;
Background color
Panel with #282909 background
background-color: #282909;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282909;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282909; background: linear-gradient(135deg, #282909, #132909);