#64fdfc
a light, electric cyan · cool · closest name: cyan
RGB
100, 253, 252
HSL
180°, 98%, 69%
CMYK
61, 0, 0, 1
Luminance
0.7999
Every format
| HEX | #64fdfc |
| RGB | rgb(100, 253, 252) |
| HSL | hsl(180, 98%, 69%) |
| CMYK | cmyk(61%, 0%, 0%, 1%) |
| LAB | lab(91.7 -40.2 -11.6) |
| LCH | lch(91.7 41.8 196.1) |
| OKLCH | oklch(0.913 0.128 194.5) |
Copy-ready code
/* CSS */
color: #64fdfc;
background-color: #64fdfc;
/* Tailwind (arbitrary) */
class="text-[#64fdfc] bg-[#64fdfc]"
/* SCSS */
$brand: #64fdfc;
/* SwiftUI */
Color(red: 0.392, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#64fdfc")Accessibility — WCAG contrast
Aa
#64fdfc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64fdfc on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green99.2%
Blue98.8%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#64fdfc text on a black background
contrast 17.00:1
Card sample
#64fdfc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64fdfc;
Background color
Panel with #64fdfc background
background-color: #64fdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64fdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64fdfc; background: linear-gradient(135deg, #64fdfc, #6498FD);