#7abcee
a light, electric blue · cool · closest name: skyblue
RGB
122, 188, 238
HSL
206°, 77%, 71%
CMYK
49, 21, 0, 7
Luminance
0.4628
Every format
| HEX | #7abcee |
| RGB | rgb(122, 188, 238) |
| HSL | hsl(206, 77%, 71%) |
| CMYK | cmyk(49%, 21%, 0%, 7%) |
| LAB | lab(73.7 -7.6 -31.3) |
| LCH | lch(73.7 32.2 256.3) |
| OKLCH | oklch(0.770 0.099 242.3) |
Copy-ready code
/* CSS */
color: #7abcee;
background-color: #7abcee;
/* Tailwind (arbitrary) */
class="text-[#7abcee] bg-[#7abcee]"
/* SCSS */
$brand: #7abcee;
/* SwiftUI */
Color(red: 0.478, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#7abcee")Accessibility — WCAG contrast
Aa
#7abcee on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abcee on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green73.7%
Blue93.3%
CMYK percentages
Cyan48.7%
Magenta21.0%
Yellow0.0%
Key (black)6.7%
Color previews
#7abcee text on a black background
contrast 10.26:1
Card sample
#7abcee text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abcee;
Background color
Panel with #7abcee background
background-color: #7abcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abcee; background: linear-gradient(135deg, #7abcee, #857AEE);