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