#64b8f7
a light, electric blue · cool · closest name: skyblue
RGB
100, 184, 247
HSL
206°, 90%, 68%
CMYK
60, 26, 0, 3
Luminance
0.4371
Every format
| HEX | #64b8f7 |
| RGB | rgb(100, 184, 247) |
| HSL | hsl(206, 90%, 68%) |
| CMYK | cmyk(60%, 26%, 0%, 3%) |
| LAB | lab(72.0 -7.3 -38.9) |
| LCH | lch(72.0 39.6 259.3) |
| OKLCH | oklch(0.755 0.122 243.1) |
Copy-ready code
/* CSS */
color: #64b8f7;
background-color: #64b8f7;
/* Tailwind (arbitrary) */
class="text-[#64b8f7] bg-[#64b8f7]"
/* SCSS */
$brand: #64b8f7;
/* SwiftUI */
Color(red: 0.392, green: 0.722, blue: 0.969)
/* Android */
Color.parseColor("#64b8f7")Accessibility — WCAG contrast
Aa
#64b8f7 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64b8f7 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green72.2%
Blue96.9%
CMYK percentages
Cyan59.5%
Magenta25.5%
Yellow0.0%
Key (black)3.1%
Color previews
#64b8f7 text on a black background
contrast 9.74:1
Card sample
#64b8f7 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64b8f7;
Background color
Panel with #64b8f7 background
background-color: #64b8f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64b8f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 184, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 184, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64b8f7; background: linear-gradient(135deg, #64b8f7, #7264F7);