#64acac
a balanced, soft cyan · cool · closest name: teal
RGB
100, 172, 172
HSL
180°, 30%, 53%
CMYK
42, 0, 0, 33
Luminance
0.3519
Every format
| HEX | #64acac |
| RGB | rgb(100, 172, 172) |
| HSL | hsl(180, 30%, 53%) |
| CMYK | cmyk(42%, 0%, 0%, 33%) |
| LAB | lab(65.9 -22.5 -7.1) |
| LCH | lch(65.9 23.6 197.4) |
| OKLCH | oklch(0.698 0.072 195.6) |
Copy-ready code
/* CSS */
color: #64acac;
background-color: #64acac;
/* Tailwind (arbitrary) */
class="text-[#64acac] bg-[#64acac]"
/* SCSS */
$brand: #64acac;
/* SwiftUI */
Color(red: 0.392, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#64acac")Accessibility — WCAG contrast
Aa
#64acac on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64acac on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green67.5%
Blue67.5%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#64acac text on a black background
contrast 8.04:1
Card sample
#64acac text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64acac;
Background color
Panel with #64acac background
background-color: #64acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64acac; background: linear-gradient(135deg, #64acac, #647CAC);