#64dbff
a light, electric cyan · cool · closest name: skyblue
RGB
100, 219, 255
HSL
194°, 100%, 70%
CMYK
61, 14, 0, 0
Luminance
0.6059
Every format
| HEX | #64dbff |
| RGB | rgb(100, 219, 255) |
| HSL | hsl(194, 100%, 70%) |
| CMYK | cmyk(61%, 14%, 0%, 0%) |
| LAB | lab(82.2 -23.2 -27.6) |
| LCH | lch(82.2 36.0 229.9) |
| OKLCH | oklch(0.837 0.117 220.8) |
Copy-ready code
/* CSS */
color: #64dbff;
background-color: #64dbff;
/* Tailwind (arbitrary) */
class="text-[#64dbff] bg-[#64dbff]"
/* SCSS */
$brand: #64dbff;
/* SwiftUI */
Color(red: 0.392, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#64dbff")Accessibility — WCAG contrast
Aa
#64dbff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64dbff on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green85.9%
Blue100.0%
CMYK percentages
Cyan60.8%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#64dbff text on a black background
contrast 13.12:1
Card sample
#64dbff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64dbff;
Background color
Panel with #64dbff background
background-color: #64dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64dbff; background: linear-gradient(135deg, #64dbff, #6474FF);