#282902
a deep, electric yellow · cool · closest name: black
RGB
40, 41, 2
HSL
62°, 91%, 8%
CMYK
2, 0, 95, 84
Luminance
0.0204
Every format
| HEX | #282902 |
| RGB | rgb(40, 41, 2) |
| HSL | hsl(62, 91%, 8%) |
| CMYK | cmyk(2%, 0%, 95%, 84%) |
| LAB | lab(15.7 -6.4 21.9) |
| LCH | lch(15.7 22.8 106.4) |
| OKLCH | oklch(0.271 0.057 111.1) |
Copy-ready code
/* CSS */
color: #282902;
background-color: #282902;
/* Tailwind (arbitrary) */
class="text-[#282902] bg-[#282902]"
/* SCSS */
$brand: #282902;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.008)
/* Android */
Color.parseColor("#282902")Accessibility — WCAG contrast
Aa
#282902 on white: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282902 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue0.8%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow95.1%
Key (black)83.9%
Color previews
#282902 text on a black background
contrast 1.41:1
Card sample
#282902 text on a white background
contrast 14.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282902;
Background color
Panel with #282902 background
background-color: #282902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282902; background: linear-gradient(135deg, #282902, #0E2902);