#7ac6af
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 198, 175
HSL
162°, 40%, 63%
CMYK
38, 0, 12, 22
Luminance
0.4762
Every format
| HEX | #7ac6af |
| RGB | rgb(122, 198, 175) |
| HSL | hsl(162, 40%, 63%) |
| CMYK | cmyk(38%, 0%, 12%, 22%) |
| LAB | lab(74.6 -28.8 4.1) |
| LCH | lch(74.6 29.1 171.8) |
| OKLCH | oklch(0.770 0.083 172.8) |
Copy-ready code
/* CSS */
color: #7ac6af;
background-color: #7ac6af;
/* Tailwind (arbitrary) */
class="text-[#7ac6af] bg-[#7ac6af]"
/* SCSS */
$brand: #7ac6af;
/* SwiftUI */
Color(red: 0.478, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#7ac6af")Accessibility — WCAG contrast
Aa
#7ac6af on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac6af on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green77.6%
Blue68.6%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow11.6%
Key (black)22.4%
Color previews
#7ac6af text on a black background
contrast 10.52:1
Card sample
#7ac6af text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac6af;
Background color
Panel with #7ac6af background
background-color: #7ac6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac6af; background: linear-gradient(135deg, #7ac6af, #7AAAC6);