#7ebeee
a light, electric blue · cool · closest name: skyblue
RGB
126, 190, 238
HSL
206°, 77%, 71%
CMYK
47, 20, 0, 7
Luminance
0.4744
Every format
| HEX | #7ebeee |
| RGB | rgb(126, 190, 238) |
| HSL | hsl(206, 77%, 71%) |
| CMYK | cmyk(47%, 20%, 0%, 7%) |
| LAB | lab(74.5 -7.8 -30.2) |
| LCH | lch(74.5 31.1 255.6) |
| OKLCH | oklch(0.776 0.095 241.9) |
Copy-ready code
/* CSS */
color: #7ebeee;
background-color: #7ebeee;
/* Tailwind (arbitrary) */
class="text-[#7ebeee] bg-[#7ebeee]"
/* SCSS */
$brand: #7ebeee;
/* SwiftUI */
Color(red: 0.494, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#7ebeee")Accessibility — WCAG contrast
Aa
#7ebeee on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebeee on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.5%
Blue93.3%
CMYK percentages
Cyan47.1%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#7ebeee text on a black background
contrast 10.49:1
Card sample
#7ebeee text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebeee;
Background color
Panel with #7ebeee background
background-color: #7ebeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebeee; background: linear-gradient(135deg, #7ebeee, #897EEE);