#7ac1af
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 193, 175
HSL
165°, 36%, 62%
CMYK
37, 0, 9, 24
Luminance
0.4537
Every format
| HEX | #7ac1af |
| RGB | rgb(122, 193, 175) |
| HSL | hsl(165, 36%, 62%) |
| CMYK | cmyk(37%, 0%, 9%, 24%) |
| LAB | lab(73.1 -26.4 2.0) |
| LCH | lch(73.1 26.5 175.6) |
| OKLCH | oklch(0.759 0.076 176.3) |
Copy-ready code
/* CSS */
color: #7ac1af;
background-color: #7ac1af;
/* Tailwind (arbitrary) */
class="text-[#7ac1af] bg-[#7ac1af]"
/* SCSS */
$brand: #7ac1af;
/* SwiftUI */
Color(red: 0.478, green: 0.757, blue: 0.686)
/* Android */
Color.parseColor("#7ac1af")Accessibility — WCAG contrast
Aa
#7ac1af on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac1af on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green75.7%
Blue68.6%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow9.3%
Key (black)24.3%
Color previews
#7ac1af text on a black background
contrast 10.07:1
Card sample
#7ac1af text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac1af;
Background color
Panel with #7ac1af background
background-color: #7ac1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 193, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 193, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac1af; background: linear-gradient(135deg, #7ac1af, #7AA4C1);