#64feee
a light, electric cyan · cool · closest name: turquoise
RGB
100, 254, 238
HSL
174°, 99%, 69%
CMYK
61, 0, 6, 0
Luminance
0.7977
Every format
| HEX | #64feee |
| RGB | rgb(100, 254, 238) |
| HSL | hsl(174, 99%, 69%) |
| CMYK | cmyk(61%, 0%, 6%, 0%) |
| LAB | lab(91.6 -44.2 -4.5) |
| LCH | lch(91.6 44.5 185.8) |
| OKLCH | oklch(0.911 0.132 185.6) |
Copy-ready code
/* CSS */
color: #64feee;
background-color: #64feee;
/* Tailwind (arbitrary) */
class="text-[#64feee] bg-[#64feee]"
/* SCSS */
$brand: #64feee;
/* SwiftUI */
Color(red: 0.392, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#64feee")Accessibility — WCAG contrast
Aa
#64feee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64feee on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green99.6%
Blue93.3%
CMYK percentages
Cyan60.6%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#64feee text on a black background
contrast 16.95:1
Card sample
#64feee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64feee;
Background color
Panel with #64feee background
background-color: #64feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64feee; background: linear-gradient(135deg, #64feee, #64A7FE);