#64cbfd
a light, electric cyan · cool · closest name: skyblue
RGB
100, 203, 253
HSL
200°, 98%, 69%
CMYK
61, 20, 0, 1
Luminance
0.5251
Every format
| HEX | #64cbfd |
| RGB | rgb(100, 203, 253) |
| HSL | hsl(200, 98%, 69%) |
| CMYK | cmyk(61%, 20%, 0%, 1%) |
| LAB | lab(77.6 -15.6 -33.5) |
| LCH | lch(77.6 37.0 245.0) |
| OKLCH | oklch(0.800 0.119 232.0) |
Copy-ready code
/* CSS */
color: #64cbfd;
background-color: #64cbfd;
/* Tailwind (arbitrary) */
class="text-[#64cbfd] bg-[#64cbfd]"
/* SCSS */
$brand: #64cbfd;
/* SwiftUI */
Color(red: 0.392, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#64cbfd")Accessibility — WCAG contrast
Aa
#64cbfd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cbfd on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green79.6%
Blue99.2%
CMYK percentages
Cyan60.5%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#64cbfd text on a black background
contrast 11.50:1
Card sample
#64cbfd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cbfd;
Background color
Panel with #64cbfd background
background-color: #64cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cbfd; background: linear-gradient(135deg, #64cbfd, #6465FD);