#41ba7f
a balanced, vivid green · cool · closest name: seagreen
RGB
65, 186, 127
HSL
151°, 48%, 49%
CMYK
65, 0, 32, 27
Luminance
0.3777
Every format
| HEX | #41ba7f |
| RGB | rgb(65, 186, 127) |
| HSL | hsl(151, 48%, 49%) |
| CMYK | cmyk(65%, 0%, 32%, 27%) |
| LAB | lab(67.8 -47.3 20.3) |
| LCH | lch(67.8 51.5 156.8) |
| OKLCH | oklch(0.706 0.139 158.3) |
Copy-ready code
/* CSS */
color: #41ba7f;
background-color: #41ba7f;
/* Tailwind (arbitrary) */
class="text-[#41ba7f] bg-[#41ba7f]"
/* SCSS */
$brand: #41ba7f;
/* SwiftUI */
Color(red: 0.255, green: 0.729, blue: 0.498)
/* Android */
Color.parseColor("#41ba7f")Accessibility — WCAG contrast
Aa
#41ba7f on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ba7f on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green72.9%
Blue49.8%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow31.7%
Key (black)27.1%
Color previews
#41ba7f text on a black background
contrast 8.55:1
Card sample
#41ba7f text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ba7f;
Background color
Panel with #41ba7f background
background-color: #41ba7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ba7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 186, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 186, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ba7f; background: linear-gradient(135deg, #41ba7f, #41A4BA);