#64cabf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
100, 202, 191
HSL
174°, 49%, 59%
CMYK
51, 0, 5, 21
Luminance
0.4871
Every format
| HEX | #64cabf |
| RGB | rgb(100, 202, 191) |
| HSL | hsl(174, 49%, 59%) |
| CMYK | cmyk(51%, 0%, 5%, 21%) |
| LAB | lab(75.3 -32.4 -3.6) |
| LCH | lch(75.3 32.6 186.4) |
| OKLCH | oklch(0.775 0.097 186.1) |
Copy-ready code
/* CSS */
color: #64cabf;
background-color: #64cabf;
/* Tailwind (arbitrary) */
class="text-[#64cabf] bg-[#64cabf]"
/* SCSS */
$brand: #64cabf;
/* SwiftUI */
Color(red: 0.392, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#64cabf")Accessibility — WCAG contrast
Aa
#64cabf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cabf on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green79.2%
Blue74.9%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#64cabf text on a black background
contrast 10.74:1
Card sample
#64cabf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cabf;
Background color
Panel with #64cabf background
background-color: #64cabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cabf; background: linear-gradient(135deg, #64cabf, #6491CA);