#64cfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
100, 207, 173
HSL
161°, 53%, 60%
CMYK
52, 0, 16, 19
Luminance
0.5035
Every format
| HEX | #64cfad |
| RGB | rgb(100, 207, 173) |
| HSL | hsl(161, 53%, 60%) |
| CMYK | cmyk(52%, 0%, 16%, 19%) |
| LAB | lab(76.3 -39.0 7.5) |
| LCH | lch(76.3 39.7 169.1) |
| OKLCH | oklch(0.781 0.112 170.1) |
Copy-ready code
/* CSS */
color: #64cfad;
background-color: #64cfad;
/* Tailwind (arbitrary) */
class="text-[#64cfad] bg-[#64cfad]"
/* SCSS */
$brand: #64cfad;
/* SwiftUI */
Color(red: 0.392, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#64cfad")Accessibility — WCAG contrast
Aa
#64cfad on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cfad on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green81.2%
Blue67.8%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#64cfad text on a black background
contrast 11.07:1
Card sample
#64cfad text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cfad;
Background color
Panel with #64cfad background
background-color: #64cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cfad; background: linear-gradient(135deg, #64cfad, #64AACF);