#64dfcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
100, 223, 207
HSL
172°, 66%, 63%
CMYK
55, 0, 7, 13
Luminance
0.5999
Every format
| HEX | #64dfcf |
| RGB | rgb(100, 223, 207) |
| HSL | hsl(172, 66%, 63%) |
| CMYK | cmyk(55%, 0%, 7%, 13%) |
| LAB | lab(81.8 -38.1 -2.6) |
| LCH | lch(81.8 38.2 183.8) |
| OKLCH | oklch(0.829 0.113 183.8) |
Copy-ready code
/* CSS */
color: #64dfcf;
background-color: #64dfcf;
/* Tailwind (arbitrary) */
class="text-[#64dfcf] bg-[#64dfcf]"
/* SCSS */
$brand: #64dfcf;
/* SwiftUI */
Color(red: 0.392, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#64dfcf")Accessibility — WCAG contrast
Aa
#64dfcf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64dfcf on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green87.5%
Blue81.2%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow7.2%
Key (black)12.5%
Color previews
#64dfcf text on a black background
contrast 13.00:1
Card sample
#64dfcf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64dfcf;
Background color
Panel with #64dfcf background
background-color: #64dfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64dfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64dfcf; background: linear-gradient(135deg, #64dfcf, #649DDF);