#64bfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
100, 191, 223
HSL
196°, 66%, 63%
CMYK
55, 14, 0, 13
Luminance
0.4530
Every format
| HEX | #64bfdf |
| RGB | rgb(100, 191, 223) |
| HSL | hsl(196, 66%, 63%) |
| CMYK | cmyk(55%, 14%, 0%, 13%) |
| LAB | lab(73.1 -18.3 -24.3) |
| LCH | lch(73.1 30.4 233.1) |
| OKLCH | oklch(0.761 0.098 223.4) |
Copy-ready code
/* CSS */
color: #64bfdf;
background-color: #64bfdf;
/* Tailwind (arbitrary) */
class="text-[#64bfdf] bg-[#64bfdf]"
/* SCSS */
$brand: #64bfdf;
/* SwiftUI */
Color(red: 0.392, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#64bfdf")Accessibility — WCAG contrast
Aa
#64bfdf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64bfdf on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green74.9%
Blue87.5%
CMYK percentages
Cyan55.2%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#64bfdf text on a black background
contrast 10.06:1
Card sample
#64bfdf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64bfdf;
Background color
Panel with #64bfdf background
background-color: #64bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64bfdf; background: linear-gradient(135deg, #64bfdf, #646DDF);