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