#64f6cd
a light, electric cyan · cool · closest name: aquamarine
RGB
100, 246, 205
HSL
163°, 89%, 68%
CMYK
59, 0, 17, 4
Luminance
0.7303
Every format
| HEX | #64f6cd |
| RGB | rgb(100, 246, 205) |
| HSL | hsl(163, 89%, 68%) |
| CMYK | cmyk(59%, 0%, 17%, 4%) |
| LAB | lab(88.5 -48.7 8.1) |
| LCH | lch(88.5 49.4 170.5) |
| OKLCH | oklch(0.883 0.139 171.4) |
Copy-ready code
/* CSS */
color: #64f6cd;
background-color: #64f6cd;
/* Tailwind (arbitrary) */
class="text-[#64f6cd] bg-[#64f6cd]"
/* SCSS */
$brand: #64f6cd;
/* SwiftUI */
Color(red: 0.392, green: 0.965, blue: 0.804)
/* Android */
Color.parseColor("#64f6cd")Accessibility — WCAG contrast
Aa
#64f6cd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64f6cd on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green96.5%
Blue80.4%
CMYK percentages
Cyan59.3%
Magenta0.0%
Yellow16.7%
Key (black)3.5%
Color previews
#64f6cd text on a black background
contrast 15.61:1
Card sample
#64f6cd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64f6cd;
Background color
Panel with #64f6cd background
background-color: #64f6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64f6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 246, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 246, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64f6cd; background: linear-gradient(135deg, #64f6cd, #64BDF6);