#7abdf6
a light, electric blue · cool · closest name: skyblue
RGB
122, 189, 246
HSL
208°, 87%, 72%
CMYK
50, 23, 0, 4
Luminance
0.4719
Every format
| HEX | #7abdf6 |
| RGB | rgb(122, 189, 246) |
| HSL | hsl(208, 87%, 72%) |
| CMYK | cmyk(50%, 23%, 0%, 4%) |
| LAB | lab(74.3 -5.9 -34.8) |
| LCH | lch(74.3 35.2 260.4) |
| OKLCH | oklch(0.776 0.107 245.4) |
Copy-ready code
/* CSS */
color: #7abdf6;
background-color: #7abdf6;
/* Tailwind (arbitrary) */
class="text-[#7abdf6] bg-[#7abdf6]"
/* SCSS */
$brand: #7abdf6;
/* SwiftUI */
Color(red: 0.478, green: 0.741, blue: 0.965)
/* Android */
Color.parseColor("#7abdf6")Accessibility — WCAG contrast
Aa
#7abdf6 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abdf6 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.1%
Blue96.5%
CMYK percentages
Cyan50.4%
Magenta23.2%
Yellow0.0%
Key (black)3.5%
Color previews
#7abdf6 text on a black background
contrast 10.44:1
Card sample
#7abdf6 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abdf6;
Background color
Panel with #7abdf6 background
background-color: #7abdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 189, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 189, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abdf6; background: linear-gradient(135deg, #7abdf6, #8A7AF6);