#24fbaf
a balanced, electric green · cool · closest name: aquamarine
RGB
36, 251, 175
HSL
159°, 96%, 56%
CMYK
86, 0, 30, 2
Luminance
0.7246
Every format
| HEX | #24fbaf |
| RGB | rgb(36, 251, 175) |
| HSL | hsl(159, 96%, 56%) |
| CMYK | cmyk(86%, 0%, 30%, 2%) |
| LAB | lab(88.2 -65.4 23.0) |
| LCH | lch(88.2 69.3 160.6) |
| OKLCH | oklch(0.876 0.187 161.8) |
Copy-ready code
/* CSS */
color: #24fbaf;
background-color: #24fbaf;
/* Tailwind (arbitrary) */
class="text-[#24fbaf] bg-[#24fbaf]"
/* SCSS */
$brand: #24fbaf;
/* SwiftUI */
Color(red: 0.141, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#24fbaf")Accessibility — WCAG contrast
Aa
#24fbaf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24fbaf on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green98.4%
Blue68.6%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#24fbaf text on a black background
contrast 15.49:1
Card sample
#24fbaf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24fbaf;
Background color
Panel with #24fbaf background
background-color: #24fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24fbaf; background: linear-gradient(135deg, #24fbaf, #24B8FB);