#64afb2
a balanced, soft cyan · cool · closest name: skyblue
RGB
100, 175, 178
HSL
182°, 34%, 55%
CMYK
44, 2, 0, 30
Luminance
0.3658
Every format
| HEX | #64afb2 |
| RGB | rgb(100, 175, 178) |
| HSL | hsl(182, 34%, 55%) |
| CMYK | cmyk(44%, 2%, 0%, 30%) |
| LAB | lab(67.0 -22.5 -8.8) |
| LCH | lch(67.0 24.1 201.4) |
| OKLCH | oklch(0.707 0.075 198.9) |
Copy-ready code
/* CSS */
color: #64afb2;
background-color: #64afb2;
/* Tailwind (arbitrary) */
class="text-[#64afb2] bg-[#64afb2]"
/* SCSS */
$brand: #64afb2;
/* SwiftUI */
Color(red: 0.392, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#64afb2")Accessibility — WCAG contrast
Aa
#64afb2 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64afb2 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green68.6%
Blue69.8%
CMYK percentages
Cyan43.8%
Magenta1.7%
Yellow0.0%
Key (black)30.2%
Color previews
#64afb2 text on a black background
contrast 8.32:1
Card sample
#64afb2 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64afb2;
Background color
Panel with #64afb2 background
background-color: #64afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64afb2; background: linear-gradient(135deg, #64afb2, #647BB2);