#7abcaa
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 188, 170
HSL
164°, 33%, 61%
CMYK
35, 0, 10, 26
Luminance
0.4301
Every format
| HEX | #7abcaa |
| RGB | rgb(122, 188, 170) |
| HSL | hsl(164, 33%, 61%) |
| CMYK | cmyk(35%, 0%, 10%, 26%) |
| LAB | lab(71.6 -25.1 2.5) |
| LCH | lch(71.6 25.2 174.4) |
| OKLCH | oklch(0.746 0.072 175.1) |
Copy-ready code
/* CSS */
color: #7abcaa;
background-color: #7abcaa;
/* Tailwind (arbitrary) */
class="text-[#7abcaa] bg-[#7abcaa]"
/* SCSS */
$brand: #7abcaa;
/* SwiftUI */
Color(red: 0.478, green: 0.737, blue: 0.667)
/* Android */
Color.parseColor("#7abcaa")Accessibility — WCAG contrast
Aa
#7abcaa on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abcaa on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green73.7%
Blue66.7%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow9.6%
Key (black)26.3%
Color previews
#7abcaa text on a black background
contrast 9.60:1
Card sample
#7abcaa text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abcaa;
Background color
Panel with #7abcaa background
background-color: #7abcaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abcaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 188, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 188, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abcaa; background: linear-gradient(135deg, #7abcaa, #7AA2BC);