#41ad65
a balanced, vivid green · cool · closest name: seagreen
RGB
65, 173, 101
HSL
140°, 45%, 47%
CMYK
62, 0, 42, 32
Luminance
0.3195
Every format
| HEX | #41ad65 |
| RGB | rgb(65, 173, 101) |
| HSL | hsl(140, 45%, 47%) |
| CMYK | cmyk(62%, 0%, 42%, 32%) |
| LAB | lab(63.3 -47.1 28.1) |
| LCH | lch(63.3 54.8 149.2) |
| OKLCH | oklch(0.667 0.145 151.3) |
Copy-ready code
/* CSS */
color: #41ad65;
background-color: #41ad65;
/* Tailwind (arbitrary) */
class="text-[#41ad65] bg-[#41ad65]"
/* SCSS */
$brand: #41ad65;
/* SwiftUI */
Color(red: 0.255, green: 0.678, blue: 0.396)
/* Android */
Color.parseColor("#41ad65")Accessibility — WCAG contrast
Aa
#41ad65 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ad65 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.8%
Blue39.6%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow41.6%
Key (black)32.2%
Color previews
#41ad65 text on a black background
contrast 7.39:1
Card sample
#41ad65 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ad65;
Background color
Panel with #41ad65 background
background-color: #41ad65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ad65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 173, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 173, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ad65; background: linear-gradient(135deg, #41ad65, #41ADAD);