#7abdfe
a light, electric blue · cool · closest name: skyblue
RGB
122, 189, 254
HSL
210°, 99%, 74%
CMYK
52, 26, 0, 0
Luminance
0.4769
Every format
| HEX | #7abdfe |
| RGB | rgb(122, 189, 254) |
| HSL | hsl(210, 99%, 74%) |
| CMYK | cmyk(52%, 26%, 0%, 0%) |
| LAB | lab(74.6 -3.5 -38.6) |
| LCH | lch(74.6 38.7 264.8) |
| OKLCH | oklch(0.779 0.116 248.8) |
Copy-ready code
/* CSS */
color: #7abdfe;
background-color: #7abdfe;
/* Tailwind (arbitrary) */
class="text-[#7abdfe] bg-[#7abdfe]"
/* SCSS */
$brand: #7abdfe;
/* SwiftUI */
Color(red: 0.478, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#7abdfe")Accessibility — WCAG contrast
Aa
#7abdfe on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abdfe on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.1%
Blue99.6%
CMYK percentages
Cyan52.0%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#7abdfe text on a black background
contrast 10.54:1
Card sample
#7abdfe text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abdfe;
Background color
Panel with #7abdfe background
background-color: #7abdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abdfe; background: linear-gradient(135deg, #7abdfe, #8F7AFE);