#64bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
100, 188, 207
HSL
191°, 53%, 60%
CMYK
52, 9, 0, 19
Luminance
0.4318
Every format
| HEX | #64bccf |
| RGB | rgb(100, 188, 207) |
| HSL | hsl(191, 53%, 60%) |
| CMYK | cmyk(52%, 9%, 0%, 19%) |
| LAB | lab(71.7 -21.3 -17.7) |
| LCH | lch(71.7 27.7 219.8) |
| OKLCH | oklch(0.748 0.089 213.5) |
Copy-ready code
/* CSS */
color: #64bccf;
background-color: #64bccf;
/* Tailwind (arbitrary) */
class="text-[#64bccf] bg-[#64bccf]"
/* SCSS */
$brand: #64bccf;
/* SwiftUI */
Color(red: 0.392, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#64bccf")Accessibility — WCAG contrast
Aa
#64bccf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64bccf on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green73.7%
Blue81.2%
CMYK percentages
Cyan51.7%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#64bccf text on a black background
contrast 9.64:1
Card sample
#64bccf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64bccf;
Background color
Panel with #64bccf background
background-color: #64bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64bccf; background: linear-gradient(135deg, #64bccf, #6475CF);