#64fdad
a light, electric green · cool · closest name: aquamarine
RGB
100, 253, 173
HSL
149°, 98%, 69%
CMYK
61, 0, 32, 1
Luminance
0.7598
Every format
| HEX | #64fdad |
| RGB | rgb(100, 253, 173) |
| HSL | hsl(149, 98%, 69%) |
| CMYK | cmyk(61%, 0%, 32%, 1%) |
| LAB | lab(89.8 -58.3 26.5) |
| LCH | lch(89.8 64.0 155.6) |
| OKLCH | oklch(0.892 0.172 157.1) |
Copy-ready code
/* CSS */
color: #64fdad;
background-color: #64fdad;
/* Tailwind (arbitrary) */
class="text-[#64fdad] bg-[#64fdad]"
/* SCSS */
$brand: #64fdad;
/* SwiftUI */
Color(red: 0.392, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#64fdad")Accessibility — WCAG contrast
Aa
#64fdad on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64fdad on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green99.2%
Blue67.8%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#64fdad text on a black background
contrast 16.20:1
Card sample
#64fdad text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64fdad;
Background color
Panel with #64fdad background
background-color: #64fdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64fdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64fdad; background: linear-gradient(135deg, #64fdad, #64E7FD);