#64bdfb
a light, electric blue · cool · closest name: skyblue
RGB
100, 189, 251
HSL
205°, 95%, 69%
CMYK
60, 25, 0, 2
Luminance
0.4607
Every format
| HEX | #64bdfb |
| RGB | rgb(100, 189, 251) |
| HSL | hsl(205, 95%, 69%) |
| CMYK | cmyk(60%, 25%, 0%, 2%) |
| LAB | lab(73.6 -8.8 -38.6) |
| LCH | lch(73.6 39.6 257.2) |
| OKLCH | oklch(0.768 0.124 241.3) |
Copy-ready code
/* CSS */
color: #64bdfb;
background-color: #64bdfb;
/* Tailwind (arbitrary) */
class="text-[#64bdfb] bg-[#64bdfb]"
/* SCSS */
$brand: #64bdfb;
/* SwiftUI */
Color(red: 0.392, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#64bdfb")Accessibility — WCAG contrast
Aa
#64bdfb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64bdfb on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green74.1%
Blue98.4%
CMYK percentages
Cyan60.2%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#64bdfb text on a black background
contrast 10.21:1
Card sample
#64bdfb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64bdfb;
Background color
Panel with #64bdfb background
background-color: #64bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64bdfb; background: linear-gradient(135deg, #64bdfb, #6F64FB);