#7abdf9
a light, electric blue · cool · closest name: skyblue
RGB
122, 189, 249
HSL
208°, 91%, 73%
CMYK
51, 24, 0, 2
Luminance
0.4737
Every format
| HEX | #7abdf9 |
| RGB | rgb(122, 189, 249) |
| HSL | hsl(208, 91%, 73%) |
| CMYK | cmyk(51%, 24%, 0%, 2%) |
| LAB | lab(74.4 -5.0 -36.2) |
| LCH | lch(74.4 36.5 262.1) |
| OKLCH | oklch(0.777 0.110 246.8) |
Copy-ready code
/* CSS */
color: #7abdf9;
background-color: #7abdf9;
/* Tailwind (arbitrary) */
class="text-[#7abdf9] bg-[#7abdf9]"
/* SCSS */
$brand: #7abdf9;
/* SwiftUI */
Color(red: 0.478, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#7abdf9")Accessibility — WCAG contrast
Aa
#7abdf9 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abdf9 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.1%
Blue97.6%
CMYK percentages
Cyan51.0%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#7abdf9 text on a black background
contrast 10.47:1
Card sample
#7abdf9 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abdf9;
Background color
Panel with #7abdf9 background
background-color: #7abdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abdf9; background: linear-gradient(135deg, #7abdf9, #8B7AF9);