#41ac7f
a balanced, vivid green · cool · closest name: seagreen
RGB
65, 172, 127
HSL
155°, 45%, 47%
CMYK
62, 0, 26, 33
Luminance
0.3216
Every format
| HEX | #41ac7f |
| RGB | rgb(65, 172, 127) |
| HSL | hsl(155, 45%, 47%) |
| CMYK | cmyk(62%, 0%, 26%, 33%) |
| LAB | lab(63.5 -41.4 14.3) |
| LCH | lch(63.5 43.8 161.0) |
| OKLCH | oklch(0.671 0.120 162.3) |
Copy-ready code
/* CSS */
color: #41ac7f;
background-color: #41ac7f;
/* Tailwind (arbitrary) */
class="text-[#41ac7f] bg-[#41ac7f]"
/* SCSS */
$brand: #41ac7f;
/* SwiftUI */
Color(red: 0.255, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#41ac7f")Accessibility — WCAG contrast
Aa
#41ac7f on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ac7f on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.5%
Blue49.8%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow26.2%
Key (black)32.5%
Color previews
#41ac7f text on a black background
contrast 7.43:1
Card sample
#41ac7f text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ac7f;
Background color
Panel with #41ac7f background
background-color: #41ac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ac7f; background: linear-gradient(135deg, #41ac7f, #4192AC);