#64fffd
a light, electric cyan · cool · closest name: cyan
RGB
100, 255, 253
HSL
179°, 100%, 70%
CMYK
61, 0, 1, 0
Luminance
0.8132
Every format
| HEX | #64fffd |
| RGB | rgb(100, 255, 253) |
| HSL | hsl(179, 100%, 70%) |
| CMYK | cmyk(61%, 0%, 1%, 0%) |
| LAB | lab(92.3 -40.8 -11.2) |
| LCH | lch(92.3 42.3 195.4) |
| OKLCH | oklch(0.918 0.130 193.9) |
Copy-ready code
/* CSS */
color: #64fffd;
background-color: #64fffd;
/* Tailwind (arbitrary) */
class="text-[#64fffd] bg-[#64fffd]"
/* SCSS */
$brand: #64fffd;
/* SwiftUI */
Color(red: 0.392, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#64fffd")Accessibility — WCAG contrast
Aa
#64fffd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64fffd on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green100.0%
Blue99.2%
CMYK percentages
Cyan60.8%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#64fffd text on a black background
contrast 17.26:1
Card sample
#64fffd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64fffd;
Background color
Panel with #64fffd background
background-color: #64fffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64fffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64fffd; background: linear-gradient(135deg, #64fffd, #649AFF);