#64decf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
100, 222, 207
HSL
173°, 65%, 63%
CMYK
55, 0, 7, 13
Luminance
0.5946
Every format
| HEX | #64decf |
| RGB | rgb(100, 222, 207) |
| HSL | hsl(173, 65%, 63%) |
| CMYK | cmyk(55%, 0%, 7%, 13%) |
| LAB | lab(81.5 -37.7 -3.0) |
| LCH | lch(81.5 37.8 184.5) |
| OKLCH | oklch(0.827 0.112 184.4) |
Copy-ready code
/* CSS */
color: #64decf;
background-color: #64decf;
/* Tailwind (arbitrary) */
class="text-[#64decf] bg-[#64decf]"
/* SCSS */
$brand: #64decf;
/* SwiftUI */
Color(red: 0.392, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#64decf")Accessibility — WCAG contrast
Aa
#64decf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64decf on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#64decf text on a black background
contrast 12.89:1
Card sample
#64decf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64decf;
Background color
Panel with #64decf background
background-color: #64decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64decf; background: linear-gradient(135deg, #64decf, #649CDE);