#7abdcd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
122, 189, 205
HSL
192°, 45%, 64%
CMYK
41, 8, 0, 20
Luminance
0.4494
Every format
| HEX | #7abdcd |
| RGB | rgb(122, 189, 205) |
| HSL | hsl(192, 45%, 64%) |
| CMYK | cmyk(41%, 8%, 0%, 20%) |
| LAB | lab(72.8 -17.1 -14.7) |
| LCH | lch(72.8 22.6 220.7) |
| OKLCH | oklch(0.759 0.071 214.5) |
Copy-ready code
/* CSS */
color: #7abdcd;
background-color: #7abdcd;
/* Tailwind (arbitrary) */
class="text-[#7abdcd] bg-[#7abdcd]"
/* SCSS */
$brand: #7abdcd;
/* SwiftUI */
Color(red: 0.478, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#7abdcd")Accessibility — WCAG contrast
Aa
#7abdcd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abdcd on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.1%
Blue80.4%
CMYK percentages
Cyan40.5%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#7abdcd text on a black background
contrast 9.99:1
Card sample
#7abdcd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abdcd;
Background color
Panel with #7abdcd background
background-color: #7abdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abdcd; background: linear-gradient(135deg, #7abdcd, #7A86CD);