#64acaf
a balanced, soft cyan · cool · closest name: teal
RGB
100, 172, 175
HSL
182°, 32%, 54%
CMYK
43, 2, 0, 31
Luminance
0.3531
Every format
| HEX | #64acaf |
| RGB | rgb(100, 172, 175) |
| HSL | hsl(182, 32%, 54%) |
| CMYK | cmyk(43%, 2%, 0%, 31%) |
| LAB | lab(66.0 -21.7 -8.6) |
| LCH | lch(66.0 23.4 201.6) |
| OKLCH | oklch(0.699 0.072 199.1) |
Copy-ready code
/* CSS */
color: #64acaf;
background-color: #64acaf;
/* Tailwind (arbitrary) */
class="text-[#64acaf] bg-[#64acaf]"
/* SCSS */
$brand: #64acaf;
/* SwiftUI */
Color(red: 0.392, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#64acaf")Accessibility — WCAG contrast
Aa
#64acaf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64acaf on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green67.5%
Blue68.6%
CMYK percentages
Cyan42.9%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#64acaf text on a black background
contrast 8.06:1
Card sample
#64acaf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64acaf;
Background color
Panel with #64acaf background
background-color: #64acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64acaf; background: linear-gradient(135deg, #64acaf, #647AAF);