#64cfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
100, 207, 226
HSL
189°, 69%, 64%
CMYK
56, 8, 0, 11
Luminance
0.5283
Every format
| HEX | #64cfe2 |
| RGB | rgb(100, 207, 226) |
| HSL | hsl(189, 69%, 64%) |
| CMYK | cmyk(56%, 8%, 0%, 11%) |
| LAB | lab(77.8 -25.5 -18.8) |
| LCH | lch(77.8 31.7 216.4) |
| OKLCH | oklch(0.798 0.102 210.7) |
Copy-ready code
/* CSS */
color: #64cfe2;
background-color: #64cfe2;
/* Tailwind (arbitrary) */
class="text-[#64cfe2] bg-[#64cfe2]"
/* SCSS */
$brand: #64cfe2;
/* SwiftUI */
Color(red: 0.392, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#64cfe2")Accessibility — WCAG contrast
Aa
#64cfe2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cfe2 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green81.2%
Blue88.6%
CMYK percentages
Cyan55.8%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#64cfe2 text on a black background
contrast 11.57:1
Card sample
#64cfe2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cfe2;
Background color
Panel with #64cfe2 background
background-color: #64cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cfe2; background: linear-gradient(135deg, #64cfe2, #647BE2);