#64f3c4
a light, electric cyan · cool · closest name: aquamarine
RGB
100, 243, 196
HSL
160°, 86%, 67%
CMYK
59, 0, 19, 5
Luminance
0.7080
Every format
| HEX | #64f3c4 |
| RGB | rgb(100, 243, 196) |
| HSL | hsl(160, 86%, 67%) |
| CMYK | cmyk(59%, 0%, 19%, 5%) |
| LAB | lab(87.4 -49.5 11.3) |
| LCH | lch(87.4 50.8 167.2) |
| OKLCH | oklch(0.874 0.141 168.2) |
Copy-ready code
/* CSS */
color: #64f3c4;
background-color: #64f3c4;
/* Tailwind (arbitrary) */
class="text-[#64f3c4] bg-[#64f3c4]"
/* SCSS */
$brand: #64f3c4;
/* SwiftUI */
Color(red: 0.392, green: 0.953, blue: 0.769)
/* Android */
Color.parseColor("#64f3c4")Accessibility — WCAG contrast
Aa
#64f3c4 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64f3c4 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green95.3%
Blue76.9%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow19.3%
Key (black)4.7%
Color previews
#64f3c4 text on a black background
contrast 15.16:1
Card sample
#64f3c4 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64f3c4;
Background color
Panel with #64f3c4 background
background-color: #64f3c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64f3c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 243, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 243, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64f3c4; background: linear-gradient(135deg, #64f3c4, #64C3F3);