#24ffaf
a balanced, electric green · cool · closest name: aquamarine
RGB
36, 255, 175
HSL
158°, 100%, 57%
CMYK
86, 0, 31, 0
Luminance
0.7499
Every format
| HEX | #24ffaf |
| RGB | rgb(36, 255, 175) |
| HSL | hsl(158, 100%, 57%) |
| CMYK | cmyk(86%, 0%, 31%, 0%) |
| LAB | lab(89.4 -66.8 24.7) |
| LCH | lch(89.4 71.2 159.7) |
| OKLCH | oklch(0.885 0.192 161.0) |
Copy-ready code
/* CSS */
color: #24ffaf;
background-color: #24ffaf;
/* Tailwind (arbitrary) */
class="text-[#24ffaf] bg-[#24ffaf]"
/* SCSS */
$brand: #24ffaf;
/* SwiftUI */
Color(red: 0.141, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#24ffaf")Accessibility — WCAG contrast
Aa
#24ffaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24ffaf on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green100.0%
Blue68.6%
CMYK percentages
Cyan85.9%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#24ffaf text on a black background
contrast 16.00:1
Card sample
#24ffaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24ffaf;
Background color
Panel with #24ffaf background
background-color: #24ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24ffaf; background: linear-gradient(135deg, #24ffaf, #24BDFF);