#7ac5af
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 197, 175
HSL
162°, 39%, 63%
CMYK
38, 0, 11, 23
Luminance
0.4717
Every format
| HEX | #7ac5af |
| RGB | rgb(122, 197, 175) |
| HSL | hsl(162, 39%, 63%) |
| CMYK | cmyk(38%, 0%, 11%, 23%) |
| LAB | lab(74.3 -28.4 3.7) |
| LCH | lch(74.3 28.6 172.5) |
| OKLCH | oklch(0.768 0.082 173.4) |
Copy-ready code
/* CSS */
color: #7ac5af;
background-color: #7ac5af;
/* Tailwind (arbitrary) */
class="text-[#7ac5af] bg-[#7ac5af]"
/* SCSS */
$brand: #7ac5af;
/* SwiftUI */
Color(red: 0.478, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#7ac5af")Accessibility — WCAG contrast
Aa
#7ac5af on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac5af on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green77.3%
Blue68.6%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow11.2%
Key (black)22.7%
Color previews
#7ac5af text on a black background
contrast 10.43:1
Card sample
#7ac5af text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac5af;
Background color
Panel with #7ac5af background
background-color: #7ac5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac5af; background: linear-gradient(135deg, #7ac5af, #7AA9C5);