#64e7cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
100, 231, 207
HSL
169°, 73%, 65%
CMYK
57, 0, 10, 9
Luminance
0.6437
Every format
| HEX | #64e7cf |
| RGB | rgb(100, 231, 207) |
| HSL | hsl(169, 73%, 65%) |
| CMYK | cmyk(57%, 0%, 10%, 9%) |
| LAB | lab(84.2 -41.7 0.8) |
| LCH | lch(84.2 41.8 178.8) |
| OKLCH | oklch(0.848 0.121 179.3) |
Copy-ready code
/* CSS */
color: #64e7cf;
background-color: #64e7cf;
/* Tailwind (arbitrary) */
class="text-[#64e7cf] bg-[#64e7cf]"
/* SCSS */
$brand: #64e7cf;
/* SwiftUI */
Color(red: 0.392, green: 0.906, blue: 0.812)
/* Android */
Color.parseColor("#64e7cf")Accessibility — WCAG contrast
Aa
#64e7cf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64e7cf on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green90.6%
Blue81.2%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow10.4%
Key (black)9.4%
Color previews
#64e7cf text on a black background
contrast 13.87:1
Card sample
#64e7cf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64e7cf;
Background color
Panel with #64e7cf background
background-color: #64e7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64e7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 231, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 231, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64e7cf; background: linear-gradient(135deg, #64e7cf, #64A8E7);