#7ab8ad
a balanced, soft cyan · cool · closest name: silver
RGB
122, 184, 173
HSL
169°, 30%, 60%
CMYK
34, 0, 6, 28
Luminance
0.4144
Every format
| HEX | #7ab8ad |
| RGB | rgb(122, 184, 173) |
| HSL | hsl(169, 30%, 60%) |
| CMYK | cmyk(34%, 0%, 6%, 28%) |
| LAB | lab(70.5 -22.4 -0.8) |
| LCH | lch(70.5 22.4 181.9) |
| OKLCH | oklch(0.737 0.066 182.1) |
Copy-ready code
/* CSS */
color: #7ab8ad;
background-color: #7ab8ad;
/* Tailwind (arbitrary) */
class="text-[#7ab8ad] bg-[#7ab8ad]"
/* SCSS */
$brand: #7ab8ad;
/* SwiftUI */
Color(red: 0.478, green: 0.722, blue: 0.678)
/* Android */
Color.parseColor("#7ab8ad")Accessibility — WCAG contrast
Aa
#7ab8ad on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab8ad on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green72.2%
Blue67.8%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow6.0%
Key (black)27.8%
Color previews
#7ab8ad text on a black background
contrast 9.29:1
Card sample
#7ab8ad text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab8ad;
Background color
Panel with #7ab8ad background
background-color: #7ab8ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab8ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 184, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 184, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab8ad; background: linear-gradient(135deg, #7ab8ad, #7A9AB8);