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