#64fbaf
a light, electric green · cool · closest name: aquamarine
RGB
100, 251, 175
HSL
150°, 95%, 69%
CMYK
60, 0, 30, 2
Luminance
0.7480
Every format
| HEX | #64fbaf |
| RGB | rgb(100, 251, 175) |
| HSL | hsl(150, 95%, 69%) |
| CMYK | cmyk(60%, 0%, 30%, 2%) |
| LAB | lab(89.3 -57.1 24.7) |
| LCH | lch(89.3 62.2 156.6) |
| OKLCH | oklch(0.888 0.168 158.1) |
Copy-ready code
/* CSS */
color: #64fbaf;
background-color: #64fbaf;
/* Tailwind (arbitrary) */
class="text-[#64fbaf] bg-[#64fbaf]"
/* SCSS */
$brand: #64fbaf;
/* SwiftUI */
Color(red: 0.392, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#64fbaf")Accessibility — WCAG contrast
Aa
#64fbaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64fbaf on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green98.4%
Blue68.6%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#64fbaf text on a black background
contrast 15.96:1
Card sample
#64fbaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64fbaf;
Background color
Panel with #64fbaf background
background-color: #64fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64fbaf; background: linear-gradient(135deg, #64fbaf, #64E2FB);