#64c6ab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
100, 198, 171
HSL
164°, 46%, 58%
CMYK
50, 0, 14, 22
Luminance
0.4604
Every format
| HEX | #64c6ab |
| RGB | rgb(100, 198, 171) |
| HSL | hsl(164, 46%, 58%) |
| CMYK | cmyk(50%, 0%, 14%, 22%) |
| LAB | lab(73.6 -35.4 4.7) |
| LCH | lch(73.6 35.7 172.4) |
| OKLCH | oklch(0.759 0.101 173.3) |
Copy-ready code
/* CSS */
color: #64c6ab;
background-color: #64c6ab;
/* Tailwind (arbitrary) */
class="text-[#64c6ab] bg-[#64c6ab]"
/* SCSS */
$brand: #64c6ab;
/* SwiftUI */
Color(red: 0.392, green: 0.776, blue: 0.671)
/* Android */
Color.parseColor("#64c6ab")Accessibility — WCAG contrast
Aa
#64c6ab on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64c6ab on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green77.6%
Blue67.1%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow13.6%
Key (black)22.4%
Color previews
#64c6ab text on a black background
contrast 10.21:1
Card sample
#64c6ab text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64c6ab;
Background color
Panel with #64c6ab background
background-color: #64c6ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64c6ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 198, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 198, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64c6ab; background: linear-gradient(135deg, #64c6ab, #64A0C6);