#7abceb
a light, vivid blue · cool · closest name: skyblue
RGB
122, 188, 235
HSL
205°, 74%, 70%
CMYK
48, 20, 0, 8
Luminance
0.4610
Every format
| HEX | #7abceb |
| RGB | rgb(122, 188, 235) |
| HSL | hsl(205, 74%, 70%) |
| CMYK | cmyk(48%, 20%, 0%, 8%) |
| LAB | lab(73.6 -8.5 -29.9) |
| LCH | lch(73.6 31.1 254.2) |
| OKLCH | oklch(0.769 0.095 240.6) |
Copy-ready code
/* CSS */
color: #7abceb;
background-color: #7abceb;
/* Tailwind (arbitrary) */
class="text-[#7abceb] bg-[#7abceb]"
/* SCSS */
$brand: #7abceb;
/* SwiftUI */
Color(red: 0.478, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#7abceb")Accessibility — WCAG contrast
Aa
#7abceb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abceb on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green73.7%
Blue92.2%
CMYK percentages
Cyan48.1%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7abceb text on a black background
contrast 10.22:1
Card sample
#7abceb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abceb;
Background color
Panel with #7abceb background
background-color: #7abceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abceb; background: linear-gradient(135deg, #7abceb, #837AEB);