#7abdfd
a light, electric blue · cool · closest name: skyblue
RGB
122, 189, 253
HSL
209°, 97%, 74%
CMYK
52, 25, 0, 1
Luminance
0.4762
Every format
| HEX | #7abdfd |
| RGB | rgb(122, 189, 253) |
| HSL | hsl(209, 97%, 74%) |
| CMYK | cmyk(52%, 25%, 0%, 1%) |
| LAB | lab(74.6 -3.8 -38.1) |
| LCH | lch(74.6 38.3 264.3) |
| OKLCH | oklch(0.779 0.115 248.4) |
Copy-ready code
/* CSS */
color: #7abdfd;
background-color: #7abdfd;
/* Tailwind (arbitrary) */
class="text-[#7abdfd] bg-[#7abdfd]"
/* SCSS */
$brand: #7abdfd;
/* SwiftUI */
Color(red: 0.478, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#7abdfd")Accessibility — WCAG contrast
Aa
#7abdfd on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abdfd on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.1%
Blue99.2%
CMYK percentages
Cyan51.8%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#7abdfd text on a black background
contrast 10.52:1
Card sample
#7abdfd text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abdfd;
Background color
Panel with #7abdfd background
background-color: #7abdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abdfd; background: linear-gradient(135deg, #7abdfd, #8E7AFD);