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