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