#41ffaf
a balanced, electric green · cool · closest name: aquamarine
RGB
65, 255, 175
HSL
155°, 100%, 63%
CMYK
75, 0, 31, 0
Luminance
0.7574
Every format
| HEX | #41ffaf |
| RGB | rgb(65, 255, 175) |
| HSL | hsl(155, 100%, 63%) |
| CMYK | cmyk(75%, 0%, 31%, 0%) |
| LAB | lab(89.7 -64.1 25.2) |
| LCH | lch(89.7 68.9 158.5) |
| OKLCH | oklch(0.889 0.186 159.9) |
Copy-ready code
/* CSS */
color: #41ffaf;
background-color: #41ffaf;
/* Tailwind (arbitrary) */
class="text-[#41ffaf] bg-[#41ffaf]"
/* SCSS */
$brand: #41ffaf;
/* SwiftUI */
Color(red: 0.255, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#41ffaf")Accessibility — WCAG contrast
Aa
#41ffaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ffaf on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green100.0%
Blue68.6%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#41ffaf text on a black background
contrast 16.15:1
Card sample
#41ffaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ffaf;
Background color
Panel with #41ffaf background
background-color: #41ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ffaf; background: linear-gradient(135deg, #41ffaf, #41D0FF);