#7ab9da
a light, vivid blue · cool · closest name: skyblue
RGB
122, 185, 218
HSL
201°, 57%, 67%
CMYK
44, 15, 0, 15
Luminance
0.4390
Every format
| HEX | #7ab9da |
| RGB | rgb(122, 185, 218) |
| HSL | hsl(201, 57%, 67%) |
| CMYK | cmyk(44%, 15%, 0%, 15%) |
| LAB | lab(72.2 -11.6 -22.9) |
| LCH | lch(72.2 25.6 243.2) |
| OKLCH | oklch(0.755 0.080 232.1) |
Copy-ready code
/* CSS */
color: #7ab9da;
background-color: #7ab9da;
/* Tailwind (arbitrary) */
class="text-[#7ab9da] bg-[#7ab9da]"
/* SCSS */
$brand: #7ab9da;
/* SwiftUI */
Color(red: 0.478, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#7ab9da")Accessibility — WCAG contrast
Aa
#7ab9da on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab9da on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green72.5%
Blue85.5%
CMYK percentages
Cyan44.0%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#7ab9da text on a black background
contrast 9.78:1
Card sample
#7ab9da text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab9da;
Background color
Panel with #7ab9da background
background-color: #7ab9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab9da; background: linear-gradient(135deg, #7ab9da, #7B7ADA);