#7ab7af
a balanced, soft cyan · cool · closest name: skyblue
RGB
122, 183, 175
HSL
172°, 30%, 60%
CMYK
33, 0, 4, 28
Luminance
0.4110
Every format
| HEX | #7ab7af |
| RGB | rgb(122, 183, 175) |
| HSL | hsl(172, 30%, 60%) |
| CMYK | cmyk(33%, 0%, 4%, 28%) |
| LAB | lab(70.2 -21.4 -2.2) |
| LCH | lch(70.2 21.5 185.8) |
| OKLCH | oklch(0.736 0.064 185.6) |
Copy-ready code
/* CSS */
color: #7ab7af;
background-color: #7ab7af;
/* Tailwind (arbitrary) */
class="text-[#7ab7af] bg-[#7ab7af]"
/* SCSS */
$brand: #7ab7af;
/* SwiftUI */
Color(red: 0.478, green: 0.718, blue: 0.686)
/* Android */
Color.parseColor("#7ab7af")Accessibility — WCAG contrast
Aa
#7ab7af on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab7af on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green71.8%
Blue68.6%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow4.4%
Key (black)28.2%
Color previews
#7ab7af text on a black background
contrast 9.22:1
Card sample
#7ab7af text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab7af;
Background color
Panel with #7ab7af background
background-color: #7ab7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 183, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 183, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab7af; background: linear-gradient(135deg, #7ab7af, #7A96B7);