#415e13
a deep, vivid green · cool · closest name: olivedrab
RGB
65, 94, 19
HSL
83°, 66%, 22%
CMYK
31, 0, 80, 63
Luminance
0.0918
Every format
| HEX | #415e13 |
| RGB | rgb(65, 94, 19) |
| HSL | hsl(83, 66%, 22%) |
| CMYK | cmyk(31%, 0%, 80%, 63%) |
| LAB | lab(36.3 -23.2 37.0) |
| LCH | lch(36.3 43.6 122.1) |
| OKLCH | oklch(0.443 0.106 128.8) |
Copy-ready code
/* CSS */
color: #415e13;
background-color: #415e13;
/* Tailwind (arbitrary) */
class="text-[#415e13] bg-[#415e13]"
/* SCSS */
$brand: #415e13;
/* SwiftUI */
Color(red: 0.255, green: 0.369, blue: 0.075)
/* Android */
Color.parseColor("#415e13")Accessibility — WCAG contrast
Aa
#415e13 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#415e13 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green36.9%
Blue7.5%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow79.8%
Key (black)63.1%
Color previews
#415e13 text on a black background
contrast 2.84:1
Card sample
#415e13 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415e13;
Background color
Panel with #415e13 background
background-color: #415e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 94, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 94, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415e13; background: linear-gradient(135deg, #415e13, #135E17);