#7ab8b8
a balanced, soft cyan · cool · closest name: skyblue
RGB
122, 184, 184
HSL
180°, 30%, 60%
CMYK
34, 0, 0, 28
Luminance
0.4188
Every format
| HEX | #7ab8b8 |
| RGB | rgb(122, 184, 184) |
| HSL | hsl(180, 30%, 60%) |
| CMYK | cmyk(34%, 0%, 0%, 28%) |
| LAB | lab(70.8 -19.8 -6.3) |
| LCH | lch(70.8 20.8 197.8) |
| OKLCH | oklch(0.741 0.064 195.9) |
Copy-ready code
/* CSS */
color: #7ab8b8;
background-color: #7ab8b8;
/* Tailwind (arbitrary) */
class="text-[#7ab8b8] bg-[#7ab8b8]"
/* SCSS */
$brand: #7ab8b8;
/* SwiftUI */
Color(red: 0.478, green: 0.722, blue: 0.722)
/* Android */
Color.parseColor("#7ab8b8")Accessibility — WCAG contrast
Aa
#7ab8b8 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab8b8 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green72.2%
Blue72.2%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow0.0%
Key (black)27.8%
Color previews
#7ab8b8 text on a black background
contrast 9.38:1
Card sample
#7ab8b8 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab8b8;
Background color
Panel with #7ab8b8 background
background-color: #7ab8b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab8b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 184, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 184, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab8b8; background: linear-gradient(135deg, #7ab8b8, #7A8FB8);