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