#404615
a deep, vivid yellow · cool · closest name: darkslategray
RGB
64, 70, 21
HSL
67°, 54%, 18%
CMYK
9, 0, 70, 73
Luminance
0.0552
Every format
| HEX | #404615 |
| RGB | rgb(64, 70, 21) |
| HSL | hsl(67, 54%, 18%) |
| CMYK | cmyk(9%, 0%, 70%, 73%) |
| LAB | lab(28.2 -10.4 27.8) |
| LCH | lch(28.2 29.7 110.4) |
| OKLCH | oklch(0.377 0.070 115.8) |
Copy-ready code
/* CSS */
color: #404615;
background-color: #404615;
/* Tailwind (arbitrary) */
class="text-[#404615] bg-[#404615]"
/* SCSS */
$brand: #404615;
/* SwiftUI */
Color(red: 0.251, green: 0.275, blue: 0.082)
/* Android */
Color.parseColor("#404615")Accessibility — WCAG contrast
Aa
#404615 on white: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#404615 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green27.5%
Blue8.2%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow70.0%
Key (black)72.5%
Color previews
#404615 text on a black background
contrast 2.10:1
Card sample
#404615 text on a white background
contrast 9.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #404615;
Background color
Panel with #404615 background
background-color: #404615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #404615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 70, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 70, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #404615; background: linear-gradient(135deg, #404615, #1F4615);