#64afbc
a balanced, soft cyan · cool · closest name: skyblue
RGB
100, 175, 188
HSL
189°, 40%, 57%
CMYK
47, 7, 0, 26
Luminance
0.3700
Every format
| HEX | #64afbc |
| RGB | rgb(100, 175, 188) |
| HSL | hsl(189, 40%, 57%) |
| CMYK | cmyk(47%, 7%, 0%, 26%) |
| LAB | lab(67.3 -19.8 -13.9) |
| LCH | lch(67.3 24.2 215.0) |
| OKLCH | oklch(0.710 0.077 209.9) |
Copy-ready code
/* CSS */
color: #64afbc;
background-color: #64afbc;
/* Tailwind (arbitrary) */
class="text-[#64afbc] bg-[#64afbc]"
/* SCSS */
$brand: #64afbc;
/* SwiftUI */
Color(red: 0.392, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#64afbc")Accessibility — WCAG contrast
Aa
#64afbc on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64afbc on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green68.6%
Blue73.7%
CMYK percentages
Cyan46.8%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#64afbc text on a black background
contrast 8.40:1
Card sample
#64afbc text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64afbc;
Background color
Panel with #64afbc background
background-color: #64afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64afbc; background: linear-gradient(135deg, #64afbc, #6474BC);