#64afee
a light, electric blue · cool · closest name: steelblue
RGB
100, 175, 238
HSL
207°, 80%, 66%
CMYK
58, 27, 0, 7
Luminance
0.3954
Every format
| HEX | #64afee |
| RGB | rgb(100, 175, 238) |
| HSL | hsl(207, 80%, 66%) |
| CMYK | cmyk(58%, 27%, 0%, 7%) |
| LAB | lab(69.1 -5.2 -38.5) |
| LCH | lch(69.1 38.9 262.3) |
| OKLCH | oklch(0.731 0.119 245.7) |
Copy-ready code
/* CSS */
color: #64afee;
background-color: #64afee;
/* Tailwind (arbitrary) */
class="text-[#64afee] bg-[#64afee]"
/* SCSS */
$brand: #64afee;
/* SwiftUI */
Color(red: 0.392, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#64afee")Accessibility — WCAG contrast
Aa
#64afee on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64afee on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green68.6%
Blue93.3%
CMYK percentages
Cyan58.0%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#64afee text on a black background
contrast 8.91:1
Card sample
#64afee text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64afee;
Background color
Panel with #64afee background
background-color: #64afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64afee; background: linear-gradient(135deg, #64afee, #7564EE);