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