#64fceb
a light, electric cyan · cool · closest name: turquoise
RGB
100, 252, 235
HSL
173°, 96%, 69%
CMYK
60, 0, 7, 1
Luminance
0.7833
Every format
| HEX | #64fceb |
| RGB | rgb(100, 252, 235) |
| HSL | hsl(173, 96%, 69%) |
| CMYK | cmyk(60%, 0%, 7%, 1%) |
| LAB | lab(90.9 -44.1 -3.9) |
| LCH | lch(90.9 44.3 185.0) |
| OKLCH | oklch(0.906 0.131 184.9) |
Copy-ready code
/* CSS */
color: #64fceb;
background-color: #64fceb;
/* Tailwind (arbitrary) */
class="text-[#64fceb] bg-[#64fceb]"
/* SCSS */
$brand: #64fceb;
/* SwiftUI */
Color(red: 0.392, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#64fceb")Accessibility — WCAG contrast
Aa
#64fceb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64fceb on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#64fceb text on a black background
contrast 16.67:1
Card sample
#64fceb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64fceb;
Background color
Panel with #64fceb background
background-color: #64fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64fceb; background: linear-gradient(135deg, #64fceb, #64A8FC);