#64cdf3
a light, electric cyan · cool · closest name: skyblue
RGB
100, 205, 243
HSL
196°, 86%, 67%
CMYK
59, 16, 0, 5
Luminance
0.5284
Every format
| HEX | #64cdf3 |
| RGB | rgb(100, 205, 243) |
| HSL | hsl(196, 86%, 67%) |
| CMYK | cmyk(59%, 16%, 0%, 5%) |
| LAB | lab(77.8 -19.6 -27.9) |
| LCH | lch(77.8 34.1 234.8) |
| OKLCH | oklch(0.800 0.111 224.5) |
Copy-ready code
/* CSS */
color: #64cdf3;
background-color: #64cdf3;
/* Tailwind (arbitrary) */
class="text-[#64cdf3] bg-[#64cdf3]"
/* SCSS */
$brand: #64cdf3;
/* SwiftUI */
Color(red: 0.392, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#64cdf3")Accessibility — WCAG contrast
Aa
#64cdf3 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cdf3 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green80.4%
Blue95.3%
CMYK percentages
Cyan58.8%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#64cdf3 text on a black background
contrast 11.57:1
Card sample
#64cdf3 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cdf3;
Background color
Panel with #64cdf3 background
background-color: #64cdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cdf3; background: linear-gradient(135deg, #64cdf3, #646EF3);