#64fdee
a light, electric cyan · cool · closest name: turquoise
RGB
100, 253, 238
HSL
174°, 98%, 69%
CMYK
61, 0, 6, 1
Luminance
0.7913
Every format
| HEX | #64fdee |
| RGB | rgb(100, 253, 238) |
| HSL | hsl(174, 98%, 69%) |
| CMYK | cmyk(61%, 0%, 6%, 1%) |
| LAB | lab(91.3 -43.8 -4.9) |
| LCH | lch(91.3 44.0 186.4) |
| OKLCH | oklch(0.909 0.131 186.1) |
Copy-ready code
/* CSS */
color: #64fdee;
background-color: #64fdee;
/* Tailwind (arbitrary) */
class="text-[#64fdee] bg-[#64fdee]"
/* SCSS */
$brand: #64fdee;
/* SwiftUI */
Color(red: 0.392, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#64fdee")Accessibility — WCAG contrast
Aa
#64fdee on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64fdee on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green99.2%
Blue93.3%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#64fdee text on a black background
contrast 16.83:1
Card sample
#64fdee text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64fdee;
Background color
Panel with #64fdee background
background-color: #64fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64fdee; background: linear-gradient(135deg, #64fdee, #64A6FD);