#7abcab
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 188, 171
HSL
165°, 33%, 61%
CMYK
35, 0, 9, 26
Luminance
0.4304
Every format
| HEX | #7abcab |
| RGB | rgb(122, 188, 171) |
| HSL | hsl(165, 33%, 61%) |
| CMYK | cmyk(35%, 0%, 9%, 26%) |
| LAB | lab(71.6 -24.8 1.9) |
| LCH | lch(71.6 24.9 175.5) |
| OKLCH | oklch(0.746 0.072 176.2) |
Copy-ready code
/* CSS */
color: #7abcab;
background-color: #7abcab;
/* Tailwind (arbitrary) */
class="text-[#7abcab] bg-[#7abcab]"
/* SCSS */
$brand: #7abcab;
/* SwiftUI */
Color(red: 0.478, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#7abcab")Accessibility — WCAG contrast
Aa
#7abcab on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abcab on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green73.7%
Blue67.1%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow9.0%
Key (black)26.3%
Color previews
#7abcab text on a black background
contrast 9.61:1
Card sample
#7abcab text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abcab;
Background color
Panel with #7abcab background
background-color: #7abcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abcab; background: linear-gradient(135deg, #7abcab, #7AA1BC);