#64cffc
a light, electric cyan · cool · closest name: skyblue
RGB
100, 207, 252
HSL
198°, 96%, 69%
CMYK
60, 18, 0, 1
Luminance
0.5436
Every format
| HEX | #64cffc |
| RGB | rgb(100, 207, 252) |
| HSL | hsl(198, 96%, 69%) |
| CMYK | cmyk(60%, 18%, 0%, 1%) |
| LAB | lab(78.7 -18.0 -31.3) |
| LCH | lch(78.7 36.1 240.1) |
| OKLCH | oklch(0.809 0.117 228.4) |
Copy-ready code
/* CSS */
color: #64cffc;
background-color: #64cffc;
/* Tailwind (arbitrary) */
class="text-[#64cffc] bg-[#64cffc]"
/* SCSS */
$brand: #64cffc;
/* SwiftUI */
Color(red: 0.392, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#64cffc")Accessibility — WCAG contrast
Aa
#64cffc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cffc on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green81.2%
Blue98.8%
CMYK percentages
Cyan60.3%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#64cffc text on a black background
contrast 11.87:1
Card sample
#64cffc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cffc;
Background color
Panel with #64cffc background
background-color: #64cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cffc; background: linear-gradient(135deg, #64cffc, #6469FC);