#64afec
a light, electric blue · cool · closest name: steelblue
RGB
100, 175, 236
HSL
207°, 78%, 66%
CMYK
58, 26, 0, 8
Luminance
0.3943
Every format
| HEX | #64afec |
| RGB | rgb(100, 175, 236) |
| HSL | hsl(207, 78%, 66%) |
| CMYK | cmyk(58%, 26%, 0%, 8%) |
| LAB | lab(69.1 -5.8 -37.6) |
| LCH | lch(69.1 38.0 261.2) |
| OKLCH | oklch(0.730 0.116 244.9) |
Copy-ready code
/* CSS */
color: #64afec;
background-color: #64afec;
/* Tailwind (arbitrary) */
class="text-[#64afec] bg-[#64afec]"
/* SCSS */
$brand: #64afec;
/* SwiftUI */
Color(red: 0.392, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#64afec")Accessibility — WCAG contrast
Aa
#64afec on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64afec on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green68.6%
Blue92.5%
CMYK percentages
Cyan57.6%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#64afec text on a black background
contrast 8.89:1
Card sample
#64afec text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64afec;
Background color
Panel with #64afec background
background-color: #64afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64afec; background: linear-gradient(135deg, #64afec, #7464EC);