#64cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
100, 207, 188
HSL
169°, 53%, 60%
CMYK
52, 0, 9, 19
Luminance
0.5097
Every format
| HEX | #64cfbc |
| RGB | rgb(100, 207, 188) |
| HSL | hsl(169, 53%, 60%) |
| CMYK | cmyk(52%, 0%, 9%, 19%) |
| LAB | lab(76.7 -35.5 0.0) |
| LCH | lch(76.7 35.5 180.0) |
| OKLCH | oklch(0.786 0.103 180.3) |
Copy-ready code
/* CSS */
color: #64cfbc;
background-color: #64cfbc;
/* Tailwind (arbitrary) */
class="text-[#64cfbc] bg-[#64cfbc]"
/* SCSS */
$brand: #64cfbc;
/* SwiftUI */
Color(red: 0.392, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#64cfbc")Accessibility — WCAG contrast
Aa
#64cfbc on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cfbc on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green81.2%
Blue73.7%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#64cfbc text on a black background
contrast 11.19:1
Card sample
#64cfbc text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cfbc;
Background color
Panel with #64cfbc background
background-color: #64cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cfbc; background: linear-gradient(135deg, #64cfbc, #649BCF);