#64afdf
a balanced, vivid blue · cool · closest name: skyblue
RGB
100, 175, 223
HSL
203°, 66%, 63%
CMYK
55, 22, 0, 13
Luminance
0.3870
Every format
| HEX | #64afdf |
| RGB | rgb(100, 175, 223) |
| HSL | hsl(203, 66%, 63%) |
| CMYK | cmyk(55%, 22%, 0%, 13%) |
| LAB | lab(68.5 -9.8 -31.3) |
| LCH | lch(68.5 32.8 252.7) |
| OKLCH | oklch(0.724 0.102 238.5) |
Copy-ready code
/* CSS */
color: #64afdf;
background-color: #64afdf;
/* Tailwind (arbitrary) */
class="text-[#64afdf] bg-[#64afdf]"
/* SCSS */
$brand: #64afdf;
/* SwiftUI */
Color(red: 0.392, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#64afdf")Accessibility — WCAG contrast
Aa
#64afdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64afdf on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan55.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#64afdf text on a black background
contrast 8.74:1
Card sample
#64afdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64afdf;
Background color
Panel with #64afdf background
background-color: #64afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64afdf; background: linear-gradient(135deg, #64afdf, #6B64DF);