#64e7b8
a balanced, vivid green · cool · closest name: aquamarine
RGB
100, 231, 184
HSL
159°, 73%, 65%
CMYK
57, 0, 20, 9
Luminance
0.6332
Every format
| HEX | #64e7b8 |
| RGB | rgb(100, 231, 184) |
| HSL | hsl(159, 73%, 65%) |
| CMYK | cmyk(57%, 0%, 20%, 9%) |
| LAB | lab(83.6 -47.1 12.2) |
| LCH | lch(83.6 48.6 165.5) |
| OKLCH | oklch(0.842 0.135 166.6) |
Copy-ready code
/* CSS */
color: #64e7b8;
background-color: #64e7b8;
/* Tailwind (arbitrary) */
class="text-[#64e7b8] bg-[#64e7b8]"
/* SCSS */
$brand: #64e7b8;
/* SwiftUI */
Color(red: 0.392, green: 0.906, blue: 0.722)
/* Android */
Color.parseColor("#64e7b8")Accessibility — WCAG contrast
Aa
#64e7b8 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64e7b8 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green90.6%
Blue72.2%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow20.3%
Key (black)9.4%
Color previews
#64e7b8 text on a black background
contrast 13.66:1
Card sample
#64e7b8 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64e7b8;
Background color
Panel with #64e7b8 background
background-color: #64e7b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64e7b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 231, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 231, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64e7b8; background: linear-gradient(135deg, #64e7b8, #64BFE7);