#24efa1
a balanced, electric green · cool · closest name: aquamarine
RGB
36, 239, 161
HSL
157°, 86%, 54%
CMYK
85, 0, 33, 6
Luminance
0.6468
Every format
| HEX | #24efa1 |
| RGB | rgb(36, 239, 161) |
| HSL | hsl(157, 86%, 54%) |
| CMYK | cmyk(85%, 0%, 33%, 6%) |
| LAB | lab(84.3 -64.0 24.9) |
| LCH | lch(84.3 68.7 158.8) |
| OKLCH | oklch(0.843 0.184 160.1) |
Copy-ready code
/* CSS */
color: #24efa1;
background-color: #24efa1;
/* Tailwind (arbitrary) */
class="text-[#24efa1] bg-[#24efa1]"
/* SCSS */
$brand: #24efa1;
/* SwiftUI */
Color(red: 0.141, green: 0.937, blue: 0.631)
/* Android */
Color.parseColor("#24efa1")Accessibility — WCAG contrast
Aa
#24efa1 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24efa1 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green93.7%
Blue63.1%
CMYK percentages
Cyan84.9%
Magenta0.0%
Yellow32.6%
Key (black)6.3%
Color previews
#24efa1 text on a black background
contrast 13.94:1
Card sample
#24efa1 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24efa1;
Background color
Panel with #24efa1 background
background-color: #24efa1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24efa1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 239, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 239, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24efa1; background: linear-gradient(135deg, #24efa1, #24B6EF);