#7ab2ab
a balanced, soft cyan · cool · closest name: silver
RGB
122, 178, 171
HSL
173°, 27%, 59%
CMYK
32, 0, 4, 30
Luminance
0.3892
Every format
| HEX | #7ab2ab |
| RGB | rgb(122, 178, 171) |
| HSL | hsl(173, 27%, 59%) |
| CMYK | cmyk(32%, 0%, 4%, 30%) |
| LAB | lab(68.7 -19.8 -2.3) |
| LCH | lch(68.7 19.9 186.5) |
| OKLCH | oklch(0.723 0.059 186.2) |
Copy-ready code
/* CSS */
color: #7ab2ab;
background-color: #7ab2ab;
/* Tailwind (arbitrary) */
class="text-[#7ab2ab] bg-[#7ab2ab]"
/* SCSS */
$brand: #7ab2ab;
/* SwiftUI */
Color(red: 0.478, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#7ab2ab")Accessibility — WCAG contrast
Aa
#7ab2ab on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab2ab on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green69.8%
Blue67.1%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow3.9%
Key (black)30.2%
Color previews
#7ab2ab text on a black background
contrast 8.78:1
Card sample
#7ab2ab text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab2ab;
Background color
Panel with #7ab2ab background
background-color: #7ab2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab2ab; background: linear-gradient(135deg, #7ab2ab, #7A94B2);