#404708
a deep, electric yellow · cool · closest name: olive
RGB
64, 71, 8
HSL
67°, 80%, 16%
CMYK
10, 0, 89, 72
Luminance
0.0561
Every format
| HEX | #404708 |
| RGB | rgb(64, 71, 8) |
| HSL | hsl(67, 80%, 16%) |
| CMYK | cmyk(10%, 0%, 89%, 72%) |
| LAB | lab(28.4 -11.8 33.6) |
| LCH | lch(28.4 35.6 109.3) |
| OKLCH | oklch(0.379 0.082 116.2) |
Copy-ready code
/* CSS */
color: #404708;
background-color: #404708;
/* Tailwind (arbitrary) */
class="text-[#404708] bg-[#404708]"
/* SCSS */
$brand: #404708;
/* SwiftUI */
Color(red: 0.251, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#404708")Accessibility — WCAG contrast
Aa
#404708 on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#404708 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green27.8%
Blue3.1%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#404708 text on a black background
contrast 2.12:1
Card sample
#404708 text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #404708;
Background color
Panel with #404708 background
background-color: #404708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #404708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #404708; background: linear-gradient(135deg, #404708, #164708);