#41cf89
a balanced, vivid green · cool · closest name: aquamarine
RGB
65, 207, 137
HSL
150°, 60%, 53%
CMYK
69, 0, 34, 19
Luminance
0.4756
Every format
| HEX | #41cf89 |
| RGB | rgb(65, 207, 137) |
| HSL | hsl(150, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 34%, 19%) |
| LAB | lab(74.5 -53.6 24.1) |
| LCH | lch(74.5 58.8 155.8) |
| OKLCH | oklch(0.762 0.158 157.3) |
Copy-ready code
/* CSS */
color: #41cf89;
background-color: #41cf89;
/* Tailwind (arbitrary) */
class="text-[#41cf89] bg-[#41cf89]"
/* SCSS */
$brand: #41cf89;
/* SwiftUI */
Color(red: 0.255, green: 0.812, blue: 0.537)
/* Android */
Color.parseColor("#41cf89")Accessibility — WCAG contrast
Aa
#41cf89 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cf89 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green81.2%
Blue53.7%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow33.8%
Key (black)18.8%
Color previews
#41cf89 text on a black background
contrast 10.51:1
Card sample
#41cf89 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cf89;
Background color
Panel with #41cf89 background
background-color: #41cf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 207, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 207, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cf89; background: linear-gradient(135deg, #41cf89, #41B6CF);