#64dbf3
a light, electric cyan · cool · closest name: skyblue
RGB
100, 219, 243
HSL
190°, 86%, 67%
CMYK
59, 10, 0, 5
Luminance
0.5984
Every format
| HEX | #64dbf3 |
| RGB | rgb(100, 219, 243) |
| HSL | hsl(190, 86%, 67%) |
| CMYK | cmyk(59%, 10%, 0%, 5%) |
| LAB | lab(81.8 -26.6 -21.8) |
| LCH | lch(81.8 34.4 219.3) |
| OKLCH | oklch(0.832 0.111 212.9) |
Copy-ready code
/* CSS */
color: #64dbf3;
background-color: #64dbf3;
/* Tailwind (arbitrary) */
class="text-[#64dbf3] bg-[#64dbf3]"
/* SCSS */
$brand: #64dbf3;
/* SwiftUI */
Color(red: 0.392, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#64dbf3")Accessibility — WCAG contrast
Aa
#64dbf3 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64dbf3 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green85.9%
Blue95.3%
CMYK percentages
Cyan58.8%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#64dbf3 text on a black background
contrast 12.97:1
Card sample
#64dbf3 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64dbf3;
Background color
Panel with #64dbf3 background
background-color: #64dbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64dbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64dbf3; background: linear-gradient(135deg, #64dbf3, #647CF3);