#41a708
a dark, electric green · cool · closest name: green
RGB
65, 167, 8
HSL
99°, 91%, 34%
CMYK
61, 0, 95, 35
Luminance
0.2878
Every format
| HEX | #41a708 |
| RGB | rgb(65, 167, 8) |
| HSL | hsl(99, 91%, 34%) |
| CMYK | cmyk(61%, 0%, 95%, 35%) |
| LAB | lab(60.6 -53.8 60.7) |
| LCH | lch(60.6 81.1 131.5) |
| OKLCH | oklch(0.643 0.198 138.6) |
Copy-ready code
/* CSS */
color: #41a708;
background-color: #41a708;
/* Tailwind (arbitrary) */
class="text-[#41a708] bg-[#41a708]"
/* SCSS */
$brand: #41a708;
/* SwiftUI */
Color(red: 0.255, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#41a708")Accessibility — WCAG contrast
Aa
#41a708 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#41a708 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green65.5%
Blue3.1%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow95.2%
Key (black)34.5%
Color previews
#41a708 text on a black background
contrast 6.76:1
Card sample
#41a708 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41a708;
Background color
Panel with #41a708 background
background-color: #41a708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41a708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41a708; background: linear-gradient(135deg, #41a708, #08A739);