#64f7f0
a light, electric cyan · cool · closest name: cyan
RGB
100, 247, 240
HSL
177°, 90%, 68%
CMYK
60, 0, 3, 3
Luminance
0.7552
Every format
| HEX | #64f7f0 |
| RGB | rgb(100, 247, 240) |
| HSL | hsl(177, 90%, 68%) |
| CMYK | cmyk(60%, 0%, 3%, 3%) |
| LAB | lab(89.6 -40.6 -8.4) |
| LCH | lch(89.6 41.5 191.7) |
| OKLCH | oklch(0.896 0.125 190.8) |
Copy-ready code
/* CSS */
color: #64f7f0;
background-color: #64f7f0;
/* Tailwind (arbitrary) */
class="text-[#64f7f0] bg-[#64f7f0]"
/* SCSS */
$brand: #64f7f0;
/* SwiftUI */
Color(red: 0.392, green: 0.969, blue: 0.941)
/* Android */
Color.parseColor("#64f7f0")Accessibility — WCAG contrast
Aa
#64f7f0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64f7f0 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green96.9%
Blue94.1%
CMYK percentages
Cyan59.5%
Magenta0.0%
Yellow2.8%
Key (black)3.1%
Color previews
#64f7f0 text on a black background
contrast 16.10:1
Card sample
#64f7f0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64f7f0;
Background color
Panel with #64f7f0 background
background-color: #64f7f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64f7f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 247, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 247, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64f7f0; background: linear-gradient(135deg, #64f7f0, #649CF7);