#64facf
a light, electric cyan · cool · closest name: aquamarine
RGB
100, 250, 207
HSL
163°, 94%, 69%
CMYK
60, 0, 17, 2
Luminance
0.7559
Every format
| HEX | #64facf |
| RGB | rgb(100, 250, 207) |
| HSL | hsl(163, 94%, 69%) |
| CMYK | cmyk(60%, 0%, 17%, 2%) |
| LAB | lab(89.7 -50.0 8.8) |
| LCH | lch(89.7 50.7 170.0) |
| OKLCH | oklch(0.893 0.142 170.9) |
Copy-ready code
/* CSS */
color: #64facf;
background-color: #64facf;
/* Tailwind (arbitrary) */
class="text-[#64facf] bg-[#64facf]"
/* SCSS */
$brand: #64facf;
/* SwiftUI */
Color(red: 0.392, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#64facf")Accessibility — WCAG contrast
Aa
#64facf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64facf on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green98.0%
Blue81.2%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#64facf text on a black background
contrast 16.12:1
Card sample
#64facf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64facf;
Background color
Panel with #64facf background
background-color: #64facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64facf; background: linear-gradient(135deg, #64facf, #64C1FA);