#7ab3da
a light, vivid blue · cool · closest name: skyblue
RGB
122, 179, 218
HSL
204°, 57%, 67%
CMYK
44, 18, 0, 15
Luminance
0.4144
Every format
| HEX | #7ab3da |
| RGB | rgb(122, 179, 218) |
| HSL | hsl(204, 57%, 67%) |
| CMYK | cmyk(44%, 18%, 0%, 15%) |
| LAB | lab(70.5 -8.3 -25.4) |
| LCH | lch(70.5 26.8 251.8) |
| OKLCH | oklch(0.742 0.082 239.2) |
Copy-ready code
/* CSS */
color: #7ab3da;
background-color: #7ab3da;
/* Tailwind (arbitrary) */
class="text-[#7ab3da] bg-[#7ab3da]"
/* SCSS */
$brand: #7ab3da;
/* SwiftUI */
Color(red: 0.478, green: 0.702, blue: 0.855)
/* Android */
Color.parseColor("#7ab3da")Accessibility — WCAG contrast
Aa
#7ab3da on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab3da on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green70.2%
Blue85.5%
CMYK percentages
Cyan44.0%
Magenta17.9%
Yellow0.0%
Key (black)14.5%
Color previews
#7ab3da text on a black background
contrast 9.29:1
Card sample
#7ab3da text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab3da;
Background color
Panel with #7ab3da background
background-color: #7ab3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 179, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 179, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab3da; background: linear-gradient(135deg, #7ab3da, #817ADA);