#7abef1
a light, electric blue · cool · closest name: skyblue
RGB
122, 190, 241
HSL
206°, 81%, 71%
CMYK
49, 21, 0, 6
Luminance
0.4732
Every format
| HEX | #7abef1 |
| RGB | rgb(122, 190, 241) |
| HSL | hsl(206, 81%, 71%) |
| CMYK | cmyk(49%, 21%, 0%, 6%) |
| LAB | lab(74.4 -7.8 -31.9) |
| LCH | lch(74.4 32.9 256.2) |
| OKLCH | oklch(0.776 0.101 242.1) |
Copy-ready code
/* CSS */
color: #7abef1;
background-color: #7abef1;
/* Tailwind (arbitrary) */
class="text-[#7abef1] bg-[#7abef1]"
/* SCSS */
$brand: #7abef1;
/* SwiftUI */
Color(red: 0.478, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#7abef1")Accessibility — WCAG contrast
Aa
#7abef1 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abef1 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.5%
Blue94.5%
CMYK percentages
Cyan49.4%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#7abef1 text on a black background
contrast 10.46:1
Card sample
#7abef1 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abef1;
Background color
Panel with #7abef1 background
background-color: #7abef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abef1; background: linear-gradient(135deg, #7abef1, #857AF1);