#414713
a deep, vivid yellow · cool · closest name: darkslategray
RGB
65, 71, 19
HSL
67°, 58%, 18%
CMYK
9, 0, 73, 72
Luminance
0.0568
Every format
| HEX | #414713 |
| RGB | rgb(65, 71, 19) |
| HSL | hsl(67, 58%, 18%) |
| CMYK | cmyk(9%, 0%, 73%, 72%) |
| LAB | lab(28.6 -10.6 29.2) |
| LCH | lch(28.6 31.1 110.0) |
| OKLCH | oklch(0.381 0.073 115.6) |
Copy-ready code
/* CSS */
color: #414713;
background-color: #414713;
/* Tailwind (arbitrary) */
class="text-[#414713] bg-[#414713]"
/* SCSS */
$brand: #414713;
/* SwiftUI */
Color(red: 0.255, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#414713")Accessibility — WCAG contrast
Aa
#414713 on white: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#414713 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green27.8%
Blue7.5%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow73.2%
Key (black)72.2%
Color previews
#414713 text on a black background
contrast 2.14:1
Card sample
#414713 text on a white background
contrast 9.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #414713;
Background color
Panel with #414713 background
background-color: #414713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #414713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #414713; background: linear-gradient(135deg, #414713, #1E4713);