#7abdcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
122, 189, 207
HSL
193°, 47%, 65%
CMYK
41, 9, 0, 19
Luminance
0.4504
Every format
| HEX | #7abdcf |
| RGB | rgb(122, 189, 207) |
| HSL | hsl(193, 47%, 65%) |
| CMYK | cmyk(41%, 9%, 0%, 19%) |
| LAB | lab(72.9 -16.6 -15.7) |
| LCH | lch(72.9 22.9 223.5) |
| OKLCH | oklch(0.760 0.072 216.6) |
Copy-ready code
/* CSS */
color: #7abdcf;
background-color: #7abdcf;
/* Tailwind (arbitrary) */
class="text-[#7abdcf] bg-[#7abdcf]"
/* SCSS */
$brand: #7abdcf;
/* SwiftUI */
Color(red: 0.478, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#7abdcf")Accessibility — WCAG contrast
Aa
#7abdcf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abdcf on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.1%
Blue81.2%
CMYK percentages
Cyan41.1%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#7abdcf text on a black background
contrast 10.01:1
Card sample
#7abdcf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abdcf;
Background color
Panel with #7abdcf background
background-color: #7abdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abdcf; background: linear-gradient(135deg, #7abdcf, #7A84CF);