#7ab3ff
a light, electric blue · cool · closest name: steelblue
RGB
122, 179, 255
HSL
214°, 100%, 74%
CMYK
52, 30, 0, 0
Luminance
0.4360
Every format
| HEX | #7ab3ff |
| RGB | rgb(122, 179, 255) |
| HSL | hsl(214, 100%, 74%) |
| CMYK | cmyk(52%, 30%, 0%, 0%) |
| LAB | lab(72.0 2.3 -43.3) |
| LCH | lch(72.0 43.3 273.0) |
| OKLCH | oklch(0.758 0.125 255.9) |
Copy-ready code
/* CSS */
color: #7ab3ff;
background-color: #7ab3ff;
/* Tailwind (arbitrary) */
class="text-[#7ab3ff] bg-[#7ab3ff]"
/* SCSS */
$brand: #7ab3ff;
/* SwiftUI */
Color(red: 0.478, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#7ab3ff")Accessibility — WCAG contrast
Aa
#7ab3ff on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab3ff on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green70.2%
Blue100.0%
CMYK percentages
Cyan52.2%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#7ab3ff text on a black background
contrast 9.72:1
Card sample
#7ab3ff text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab3ff;
Background color
Panel with #7ab3ff background
background-color: #7ab3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab3ff; background: linear-gradient(135deg, #7ab3ff, #9A7AFF);