#7ac8af
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 200, 175
HSL
161°, 42%, 63%
CMYK
39, 0, 13, 22
Luminance
0.4854
Every format
| HEX | #7ac8af |
| RGB | rgb(122, 200, 175) |
| HSL | hsl(161, 42%, 63%) |
| CMYK | cmyk(39%, 0%, 13%, 22%) |
| LAB | lab(75.2 -29.8 5.0) |
| LCH | lch(75.2 30.2 170.6) |
| OKLCH | oklch(0.775 0.086 171.5) |
Copy-ready code
/* CSS */
color: #7ac8af;
background-color: #7ac8af;
/* Tailwind (arbitrary) */
class="text-[#7ac8af] bg-[#7ac8af]"
/* SCSS */
$brand: #7ac8af;
/* SwiftUI */
Color(red: 0.478, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#7ac8af")Accessibility — WCAG contrast
Aa
#7ac8af on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac8af on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green78.4%
Blue68.6%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#7ac8af text on a black background
contrast 10.71:1
Card sample
#7ac8af text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac8af;
Background color
Panel with #7ac8af background
background-color: #7ac8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac8af; background: linear-gradient(135deg, #7ac8af, #7AADC8);