#64dbeb
a light, electric cyan · cool · closest name: skyblue
RGB
100, 219, 235
HSL
187°, 77%, 66%
CMYK
57, 7, 0, 8
Luminance
0.5937
Every format
| HEX | #64dbeb |
| RGB | rgb(100, 219, 235) |
| HSL | hsl(187, 77%, 66%) |
| CMYK | cmyk(57%, 7%, 0%, 8%) |
| LAB | lab(81.5 -28.9 -17.9) |
| LCH | lch(81.5 34.0 211.9) |
| OKLCH | oklch(0.829 0.109 207.2) |
Copy-ready code
/* CSS */
color: #64dbeb;
background-color: #64dbeb;
/* Tailwind (arbitrary) */
class="text-[#64dbeb] bg-[#64dbeb]"
/* SCSS */
$brand: #64dbeb;
/* SwiftUI */
Color(red: 0.392, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#64dbeb")Accessibility — WCAG contrast
Aa
#64dbeb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64dbeb on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan57.4%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#64dbeb text on a black background
contrast 12.87:1
Card sample
#64dbeb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64dbeb;
Background color
Panel with #64dbeb background
background-color: #64dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64dbeb; background: linear-gradient(135deg, #64dbeb, #6481EB);