#7ac7af
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 199, 175
HSL
161°, 41%, 63%
CMYK
39, 0, 12, 22
Luminance
0.4808
Every format
| HEX | #7ac7af |
| RGB | rgb(122, 199, 175) |
| HSL | hsl(161, 41%, 63%) |
| CMYK | cmyk(39%, 0%, 12%, 22%) |
| LAB | lab(74.9 -29.3 4.5) |
| LCH | lch(74.9 29.7 171.2) |
| OKLCH | oklch(0.773 0.085 172.1) |
Copy-ready code
/* CSS */
color: #7ac7af;
background-color: #7ac7af;
/* Tailwind (arbitrary) */
class="text-[#7ac7af] bg-[#7ac7af]"
/* SCSS */
$brand: #7ac7af;
/* SwiftUI */
Color(red: 0.478, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#7ac7af")Accessibility — WCAG contrast
Aa
#7ac7af on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac7af on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green78.0%
Blue68.6%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#7ac7af text on a black background
contrast 10.62:1
Card sample
#7ac7af text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac7af;
Background color
Panel with #7ac7af background
background-color: #7ac7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac7af; background: linear-gradient(135deg, #7ac7af, #7AACC7);