#64ffbc
a light, electric green · cool · closest name: aquamarine
RGB
100, 255, 188
HSL
154°, 100%, 70%
CMYK
61, 0, 26, 0
Luminance
0.7786
Every format
| HEX | #64ffbc |
| RGB | rgb(100, 255, 188) |
| HSL | hsl(154, 100%, 70%) |
| CMYK | cmyk(61%, 0%, 26%, 0%) |
| LAB | lab(90.7 -56.1 20.1) |
| LCH | lch(90.7 59.6 160.3) |
| OKLCH | oklch(0.900 0.162 161.6) |
Copy-ready code
/* CSS */
color: #64ffbc;
background-color: #64ffbc;
/* Tailwind (arbitrary) */
class="text-[#64ffbc] bg-[#64ffbc]"
/* SCSS */
$brand: #64ffbc;
/* SwiftUI */
Color(red: 0.392, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#64ffbc")Accessibility — WCAG contrast
Aa
#64ffbc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64ffbc on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green100.0%
Blue73.7%
CMYK percentages
Cyan60.8%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#64ffbc text on a black background
contrast 16.57:1
Card sample
#64ffbc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64ffbc;
Background color
Panel with #64ffbc background
background-color: #64ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64ffbc; background: linear-gradient(135deg, #64ffbc, #64DBFF);