#64eddf
a light, electric cyan · cool · closest name: turquoise
RGB
100, 237, 223
HSL
174°, 79%, 66%
CMYK
58, 0, 6, 7
Luminance
0.6861
Every format
| HEX | #64eddf |
| RGB | rgb(100, 237, 223) |
| HSL | hsl(174, 79%, 66%) |
| CMYK | cmyk(58%, 0%, 6%, 7%) |
| LAB | lab(86.3 -40.5 -4.4) |
| LCH | lch(86.3 40.7 186.2) |
| OKLCH | oklch(0.867 0.121 186.0) |
Copy-ready code
/* CSS */
color: #64eddf;
background-color: #64eddf;
/* Tailwind (arbitrary) */
class="text-[#64eddf] bg-[#64eddf]"
/* SCSS */
$brand: #64eddf;
/* SwiftUI */
Color(red: 0.392, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#64eddf")Accessibility — WCAG contrast
Aa
#64eddf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64eddf on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#64eddf text on a black background
contrast 14.72:1
Card sample
#64eddf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64eddf;
Background color
Panel with #64eddf background
background-color: #64eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64eddf; background: linear-gradient(135deg, #64eddf, #64A0ED);