#64ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
100, 204, 223
HSL
189°, 66%, 63%
CMYK
55, 9, 0, 13
Luminance
0.5122
Every format
| HEX | #64ccdf |
| RGB | rgb(100, 204, 223) |
| HSL | hsl(189, 66%, 63%) |
| CMYK | cmyk(55%, 9%, 0%, 13%) |
| LAB | lab(76.8 -24.9 -18.6) |
| LCH | lch(76.8 31.0 216.8) |
| OKLCH | oklch(0.790 0.100 211.1) |
Copy-ready code
/* CSS */
color: #64ccdf;
background-color: #64ccdf;
/* Tailwind (arbitrary) */
class="text-[#64ccdf] bg-[#64ccdf]"
/* SCSS */
$brand: #64ccdf;
/* SwiftUI */
Color(red: 0.392, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#64ccdf")Accessibility — WCAG contrast
Aa
#64ccdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64ccdf on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan55.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#64ccdf text on a black background
contrast 11.24:1
Card sample
#64ccdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64ccdf;
Background color
Panel with #64ccdf background
background-color: #64ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64ccdf; background: linear-gradient(135deg, #64ccdf, #647ADF);