#7abeef
a light, electric blue · cool · closest name: skyblue
RGB
122, 190, 239
HSL
205°, 79%, 71%
CMYK
49, 21, 0, 6
Luminance
0.4720
Every format
| HEX | #7abeef |
| RGB | rgb(122, 190, 239) |
| HSL | hsl(205, 79%, 71%) |
| CMYK | cmyk(49%, 21%, 0%, 6%) |
| LAB | lab(74.3 -8.4 -31.0) |
| LCH | lch(74.3 32.1 254.8) |
| OKLCH | oklch(0.775 0.099 241.0) |
Copy-ready code
/* CSS */
color: #7abeef;
background-color: #7abeef;
/* Tailwind (arbitrary) */
class="text-[#7abeef] bg-[#7abeef]"
/* SCSS */
$brand: #7abeef;
/* SwiftUI */
Color(red: 0.478, green: 0.745, blue: 0.937)
/* Android */
Color.parseColor("#7abeef")Accessibility — WCAG contrast
Aa
#7abeef on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abeef on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.5%
Blue93.7%
CMYK percentages
Cyan49.0%
Magenta20.5%
Yellow0.0%
Key (black)6.3%
Color previews
#7abeef text on a black background
contrast 10.44:1
Card sample
#7abeef text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abeef;
Background color
Panel with #7abeef background
background-color: #7abeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 190, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 190, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abeef; background: linear-gradient(135deg, #7abeef, #847AEF);