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