#18ffaf
a balanced, electric green · cool · closest name: aquamarine
RGB
24, 255, 175
HSL
159°, 100%, 55%
CMYK
91, 0, 31, 0
Luminance
0.7481
Every format
| HEX | #18ffaf |
| RGB | rgb(24, 255, 175) |
| HSL | hsl(159, 100%, 55%) |
| CMYK | cmyk(91%, 0%, 31%, 0%) |
| LAB | lab(89.3 -67.5 24.6) |
| LCH | lch(89.3 71.8 160.0) |
| OKLCH | oklch(0.884 0.193 161.3) |
Copy-ready code
/* CSS */
color: #18ffaf;
background-color: #18ffaf;
/* Tailwind (arbitrary) */
class="text-[#18ffaf] bg-[#18ffaf]"
/* SCSS */
$brand: #18ffaf;
/* SwiftUI */
Color(red: 0.094, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#18ffaf")Accessibility — WCAG contrast
Aa
#18ffaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18ffaf on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green100.0%
Blue68.6%
CMYK percentages
Cyan90.6%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#18ffaf text on a black background
contrast 15.96:1
Card sample
#18ffaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18ffaf;
Background color
Panel with #18ffaf background
background-color: #18ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18ffaf; background: linear-gradient(135deg, #18ffaf, #18B5FF);