#64beee
a light, electric blue · cool · closest name: skyblue
RGB
100, 190, 238
HSL
201°, 80%, 66%
CMYK
58, 20, 0, 7
Luminance
0.4571
Every format
| HEX | #64beee |
| RGB | rgb(100, 190, 238) |
| HSL | hsl(201, 80%, 66%) |
| CMYK | cmyk(58%, 20%, 0%, 7%) |
| LAB | lab(73.3 -13.3 -32.0) |
| LCH | lch(73.3 34.6 247.4) |
| OKLCH | oklch(0.765 0.110 234.1) |
Copy-ready code
/* CSS */
color: #64beee;
background-color: #64beee;
/* Tailwind (arbitrary) */
class="text-[#64beee] bg-[#64beee]"
/* SCSS */
$brand: #64beee;
/* SwiftUI */
Color(red: 0.392, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#64beee")Accessibility — WCAG contrast
Aa
#64beee on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64beee on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan58.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#64beee text on a black background
contrast 10.14:1
Card sample
#64beee text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64beee;
Background color
Panel with #64beee background
background-color: #64beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64beee; background: linear-gradient(135deg, #64beee, #6664EE);