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