#64fdbc
a light, electric green · cool · closest name: aquamarine
RGB
100, 253, 188
HSL
155°, 98%, 69%
CMYK
61, 0, 26, 1
Luminance
0.7659
Every format
| HEX | #64fdbc |
| RGB | rgb(100, 253, 188) |
| HSL | hsl(155, 98%, 69%) |
| CMYK | cmyk(61%, 0%, 26%, 1%) |
| LAB | lab(90.1 -55.3 19.3) |
| LCH | lch(90.1 58.6 160.8) |
| OKLCH | oklch(0.895 0.160 162.1) |
Copy-ready code
/* CSS */
color: #64fdbc;
background-color: #64fdbc;
/* Tailwind (arbitrary) */
class="text-[#64fdbc] bg-[#64fdbc]"
/* SCSS */
$brand: #64fdbc;
/* SwiftUI */
Color(red: 0.392, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#64fdbc")Accessibility — WCAG contrast
Aa
#64fdbc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64fdbc on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green99.2%
Blue73.7%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#64fdbc text on a black background
contrast 16.32:1
Card sample
#64fdbc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64fdbc;
Background color
Panel with #64fdbc background
background-color: #64fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64fdbc; background: linear-gradient(135deg, #64fdbc, #64D8FD);