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