#7abfec
a light, electric blue · cool · closest name: skyblue
RGB
122, 191, 236
HSL
204°, 75%, 70%
CMYK
48, 19, 0, 8
Luminance
0.4746
Every format
| HEX | #7abfec |
| RGB | rgb(122, 191, 236) |
| HSL | hsl(204, 75%, 70%) |
| CMYK | cmyk(48%, 19%, 0%, 8%) |
| LAB | lab(74.5 -9.8 -29.1) |
| LCH | lch(74.5 30.7 251.4) |
| OKLCH | oklch(0.776 0.095 238.3) |
Copy-ready code
/* CSS */
color: #7abfec;
background-color: #7abfec;
/* Tailwind (arbitrary) */
class="text-[#7abfec] bg-[#7abfec]"
/* SCSS */
$brand: #7abfec;
/* SwiftUI */
Color(red: 0.478, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#7abfec")Accessibility — WCAG contrast
Aa
#7abfec on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abfec on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.9%
Blue92.5%
CMYK percentages
Cyan48.3%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#7abfec text on a black background
contrast 10.49:1
Card sample
#7abfec text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abfec;
Background color
Panel with #7abfec background
background-color: #7abfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abfec; background: linear-gradient(135deg, #7abfec, #817AEC);