#7ab9cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
122, 185, 207
HSL
196°, 47%, 65%
CMYK
41, 11, 0, 19
Luminance
0.4334
Every format
| HEX | #7ab9cf |
| RGB | rgb(122, 185, 207) |
| HSL | hsl(196, 47%, 65%) |
| CMYK | cmyk(41%, 11%, 0%, 19%) |
| LAB | lab(71.8 -14.5 -17.4) |
| LCH | lch(71.8 22.7 230.2) |
| OKLCH | oklch(0.751 0.072 222.0) |
Copy-ready code
/* CSS */
color: #7ab9cf;
background-color: #7ab9cf;
/* Tailwind (arbitrary) */
class="text-[#7ab9cf] bg-[#7ab9cf]"
/* SCSS */
$brand: #7ab9cf;
/* SwiftUI */
Color(red: 0.478, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#7ab9cf")Accessibility — WCAG contrast
Aa
#7ab9cf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab9cf on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green72.5%
Blue81.2%
CMYK percentages
Cyan41.1%
Magenta10.6%
Yellow0.0%
Key (black)18.8%
Color previews
#7ab9cf text on a black background
contrast 9.67:1
Card sample
#7ab9cf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab9cf;
Background color
Panel with #7ab9cf background
background-color: #7ab9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab9cf; background: linear-gradient(135deg, #7ab9cf, #7A80CF);