#404607
a deep, electric yellow · cool · closest name: olive
RGB
64, 70, 7
HSL
66°, 82%, 15%
CMYK
9, 0, 90, 73
Luminance
0.0549
Every format
| HEX | #404607 |
| RGB | rgb(64, 70, 7) |
| HSL | hsl(66, 82%, 15%) |
| CMYK | cmyk(9%, 0%, 90%, 73%) |
| LAB | lab(28.1 -11.2 33.7) |
| LCH | lch(28.1 35.5 108.4) |
| OKLCH | oklch(0.376 0.081 115.3) |
Copy-ready code
/* CSS */
color: #404607;
background-color: #404607;
/* Tailwind (arbitrary) */
class="text-[#404607] bg-[#404607]"
/* SCSS */
$brand: #404607;
/* SwiftUI */
Color(red: 0.251, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#404607")Accessibility — WCAG contrast
Aa
#404607 on white: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#404607 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green27.5%
Blue2.7%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#404607 text on a black background
contrast 2.10:1
Card sample
#404607 text on a white background
contrast 10.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #404607;
Background color
Panel with #404607 background
background-color: #404607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #404607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #404607; background: linear-gradient(135deg, #404607, #164607);