#64cdfc
a light, electric cyan · cool · closest name: skyblue
RGB
100, 205, 252
HSL
199°, 96%, 69%
CMYK
60, 19, 0, 1
Luminance
0.5340
Every format
| HEX | #64cdfc |
| RGB | rgb(100, 205, 252) |
| HSL | hsl(199, 96%, 69%) |
| CMYK | cmyk(60%, 19%, 0%, 1%) |
| LAB | lab(78.1 -16.9 -32.2) |
| LCH | lch(78.1 36.4 242.2) |
| OKLCH | oklch(0.804 0.117 229.9) |
Copy-ready code
/* CSS */
color: #64cdfc;
background-color: #64cdfc;
/* Tailwind (arbitrary) */
class="text-[#64cdfc] bg-[#64cdfc]"
/* SCSS */
$brand: #64cdfc;
/* SwiftUI */
Color(red: 0.392, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#64cdfc")Accessibility — WCAG contrast
Aa
#64cdfc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cdfc on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green80.4%
Blue98.8%
CMYK percentages
Cyan60.3%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#64cdfc text on a black background
contrast 11.68:1
Card sample
#64cdfc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cdfc;
Background color
Panel with #64cdfc background
background-color: #64cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cdfc; background: linear-gradient(135deg, #64cdfc, #6467FC);