#7abee1
a light, vivid blue · cool · closest name: skyblue
RGB
122, 190, 225
HSL
200°, 63%, 68%
CMYK
46, 16, 0, 12
Luminance
0.4640
Every format
| HEX | #7abee1 |
| RGB | rgb(122, 190, 225) |
| HSL | hsl(200, 63%, 68%) |
| CMYK | cmyk(46%, 16%, 0%, 12%) |
| LAB | lab(73.8 -12.3 -24.2) |
| LCH | lch(73.8 27.1 243.0) |
| OKLCH | oklch(0.769 0.085 231.8) |
Copy-ready code
/* CSS */
color: #7abee1;
background-color: #7abee1;
/* Tailwind (arbitrary) */
class="text-[#7abee1] bg-[#7abee1]"
/* SCSS */
$brand: #7abee1;
/* SwiftUI */
Color(red: 0.478, green: 0.745, blue: 0.882)
/* Android */
Color.parseColor("#7abee1")Accessibility — WCAG contrast
Aa
#7abee1 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abee1 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.5%
Blue88.2%
CMYK percentages
Cyan45.8%
Magenta15.6%
Yellow0.0%
Key (black)11.8%
Color previews
#7abee1 text on a black background
contrast 10.28:1
Card sample
#7abee1 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abee1;
Background color
Panel with #7abee1 background
background-color: #7abee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 190, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 190, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abee1; background: linear-gradient(135deg, #7abee1, #7B7AE1);