#64ebaa
a light, electric green · cool · closest name: aquamarine
RGB
100, 235, 170
HSL
151°, 77%, 66%
CMYK
57, 0, 28, 8
Luminance
0.6503
Every format
| HEX | #64ebaa |
| RGB | rgb(100, 235, 170) |
| HSL | hsl(151, 77%, 66%) |
| CMYK | cmyk(57%, 0%, 28%, 8%) |
| LAB | lab(84.5 -51.7 20.7) |
| LCH | lch(84.5 55.7 158.2) |
| OKLCH | oklch(0.848 0.151 159.6) |
Copy-ready code
/* CSS */
color: #64ebaa;
background-color: #64ebaa;
/* Tailwind (arbitrary) */
class="text-[#64ebaa] bg-[#64ebaa]"
/* SCSS */
$brand: #64ebaa;
/* SwiftUI */
Color(red: 0.392, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#64ebaa")Accessibility — WCAG contrast
Aa
#64ebaa on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64ebaa on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green92.2%
Blue66.7%
CMYK percentages
Cyan57.4%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#64ebaa text on a black background
contrast 14.01:1
Card sample
#64ebaa text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64ebaa;
Background color
Panel with #64ebaa background
background-color: #64ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64ebaa; background: linear-gradient(135deg, #64ebaa, #64D2EB);