#7ac2af
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 194, 175
HSL
164°, 37%, 62%
CMYK
37, 0, 10, 24
Luminance
0.4582
Every format
| HEX | #7ac2af |
| RGB | rgb(122, 194, 175) |
| HSL | hsl(164, 37%, 62%) |
| CMYK | cmyk(37%, 0%, 10%, 24%) |
| LAB | lab(73.4 -26.9 2.5) |
| LCH | lch(73.4 27.0 174.8) |
| OKLCH | oklch(0.761 0.078 175.5) |
Copy-ready code
/* CSS */
color: #7ac2af;
background-color: #7ac2af;
/* Tailwind (arbitrary) */
class="text-[#7ac2af] bg-[#7ac2af]"
/* SCSS */
$brand: #7ac2af;
/* SwiftUI */
Color(red: 0.478, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#7ac2af")Accessibility — WCAG contrast
Aa
#7ac2af on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac2af on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green76.1%
Blue68.6%
CMYK percentages
Cyan37.1%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#7ac2af text on a black background
contrast 10.16:1
Card sample
#7ac2af text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac2af;
Background color
Panel with #7ac2af background
background-color: #7ac2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac2af; background: linear-gradient(135deg, #7ac2af, #7AA5C2);