#7abbfd
a light, electric blue · cool · closest name: skyblue
RGB
122, 187, 253
HSL
210°, 97%, 74%
CMYK
52, 26, 0, 1
Luminance
0.4677
Every format
| HEX | #7abbfd |
| RGB | rgb(122, 187, 253) |
| HSL | hsl(210, 97%, 74%) |
| CMYK | cmyk(52%, 26%, 0%, 1%) |
| LAB | lab(74.0 -2.7 -38.9) |
| LCH | lch(74.0 39.0 266.0) |
| OKLCH | oklch(0.774 0.116 249.9) |
Copy-ready code
/* CSS */
color: #7abbfd;
background-color: #7abbfd;
/* Tailwind (arbitrary) */
class="text-[#7abbfd] bg-[#7abbfd]"
/* SCSS */
$brand: #7abbfd;
/* SwiftUI */
Color(red: 0.478, green: 0.733, blue: 0.992)
/* Android */
Color.parseColor("#7abbfd")Accessibility — WCAG contrast
Aa
#7abbfd on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abbfd on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green73.3%
Blue99.2%
CMYK percentages
Cyan51.8%
Magenta26.1%
Yellow0.0%
Key (black)0.8%
Color previews
#7abbfd text on a black background
contrast 10.35:1
Card sample
#7abbfd text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abbfd;
Background color
Panel with #7abbfd background
background-color: #7abbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 187, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 187, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abbfd; background: linear-gradient(135deg, #7abbfd, #907AFD);