#7ab2e1
a light, vivid blue · cool · closest name: skyblue
RGB
122, 178, 225
HSL
207°, 63%, 68%
CMYK
46, 21, 0, 12
Luminance
0.4141
Every format
| HEX | #7ab2e1 |
| RGB | rgb(122, 178, 225) |
| HSL | hsl(207, 63%, 68%) |
| CMYK | cmyk(46%, 21%, 0%, 12%) |
| LAB | lab(70.5 -5.9 -29.3) |
| LCH | lch(70.5 29.9 258.7) |
| OKLCH | oklch(0.743 0.090 244.8) |
Copy-ready code
/* CSS */
color: #7ab2e1;
background-color: #7ab2e1;
/* Tailwind (arbitrary) */
class="text-[#7ab2e1] bg-[#7ab2e1]"
/* SCSS */
$brand: #7ab2e1;
/* SwiftUI */
Color(red: 0.478, green: 0.698, blue: 0.882)
/* Android */
Color.parseColor("#7ab2e1")Accessibility — WCAG contrast
Aa
#7ab2e1 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab2e1 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green69.8%
Blue88.2%
CMYK percentages
Cyan45.8%
Magenta20.9%
Yellow0.0%
Key (black)11.8%
Color previews
#7ab2e1 text on a black background
contrast 9.28:1
Card sample
#7ab2e1 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab2e1;
Background color
Panel with #7ab2e1 background
background-color: #7ab2e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab2e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 178, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 178, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab2e1; background: linear-gradient(135deg, #7ab2e1, #877AE1);