#64baac
a balanced, soft cyan · cool · closest name: turquoise
RGB
100, 186, 172
HSL
170°, 38%, 56%
CMYK
46, 0, 8, 27
Luminance
0.4081
Every format
| HEX | #64baac |
| RGB | rgb(100, 186, 172) |
| HSL | hsl(170, 38%, 56%) |
| CMYK | cmyk(46%, 0%, 8%, 27%) |
| LAB | lab(70.0 -29.4 -1.0) |
| LCH | lch(70.0 29.5 181.9) |
| OKLCH | oklch(0.731 0.086 182.0) |
Copy-ready code
/* CSS */
color: #64baac;
background-color: #64baac;
/* Tailwind (arbitrary) */
class="text-[#64baac] bg-[#64baac]"
/* SCSS */
$brand: #64baac;
/* SwiftUI */
Color(red: 0.392, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#64baac")Accessibility — WCAG contrast
Aa
#64baac on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64baac on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green72.9%
Blue67.5%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#64baac text on a black background
contrast 9.16:1
Card sample
#64baac text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64baac;
Background color
Panel with #64baac background
background-color: #64baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64baac; background: linear-gradient(135deg, #64baac, #648FBA);