#7ac9af
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 201, 175
HSL
160°, 42%, 63%
CMYK
39, 0, 13, 21
Luminance
0.4901
Every format
| HEX | #7ac9af |
| RGB | rgb(122, 201, 175) |
| HSL | hsl(160, 42%, 63%) |
| CMYK | cmyk(39%, 0%, 13%, 21%) |
| LAB | lab(75.5 -30.3 5.4) |
| LCH | lch(75.5 30.8 169.9) |
| OKLCH | oklch(0.777 0.087 170.9) |
Copy-ready code
/* CSS */
color: #7ac9af;
background-color: #7ac9af;
/* Tailwind (arbitrary) */
class="text-[#7ac9af] bg-[#7ac9af]"
/* SCSS */
$brand: #7ac9af;
/* SwiftUI */
Color(red: 0.478, green: 0.788, blue: 0.686)
/* Android */
Color.parseColor("#7ac9af")Accessibility — WCAG contrast
Aa
#7ac9af on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac9af on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green78.8%
Blue68.6%
CMYK percentages
Cyan39.3%
Magenta0.0%
Yellow12.9%
Key (black)21.2%
Color previews
#7ac9af text on a black background
contrast 10.80:1
Card sample
#7ac9af text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac9af;
Background color
Panel with #7ac9af background
background-color: #7ac9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 201, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 201, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac9af; background: linear-gradient(135deg, #7ac9af, #7AAEC9);