#7aabf2
a light, electric blue · cool · closest name: steelblue
RGB
122, 171, 242
HSL
216°, 82%, 71%
CMYK
50, 29, 0, 5
Luminance
0.3967
Every format
| HEX | #7aabf2 |
| RGB | rgb(122, 171, 242) |
| HSL | hsl(216, 82%, 71%) |
| CMYK | cmyk(50%, 29%, 0%, 5%) |
| LAB | lab(69.2 2.9 -40.5) |
| LCH | lch(69.2 40.6 274.1) |
| OKLCH | oklch(0.735 0.116 257.6) |
Copy-ready code
/* CSS */
color: #7aabf2;
background-color: #7aabf2;
/* Tailwind (arbitrary) */
class="text-[#7aabf2] bg-[#7aabf2]"
/* SCSS */
$brand: #7aabf2;
/* SwiftUI */
Color(red: 0.478, green: 0.671, blue: 0.949)
/* Android */
Color.parseColor("#7aabf2")Accessibility — WCAG contrast
Aa
#7aabf2 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aabf2 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green67.1%
Blue94.9%
CMYK percentages
Cyan49.6%
Magenta29.3%
Yellow0.0%
Key (black)5.1%
Color previews
#7aabf2 text on a black background
contrast 8.93:1
Card sample
#7aabf2 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aabf2;
Background color
Panel with #7aabf2 background
background-color: #7aabf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aabf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 171, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 171, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aabf2; background: linear-gradient(135deg, #7aabf2, #997AF2);