#7ebbef
a light, electric blue · cool · closest name: skyblue
RGB
126, 187, 239
HSL
208°, 78%, 72%
CMYK
47, 22, 0, 6
Luminance
0.4621
Every format
| HEX | #7ebbef |
| RGB | rgb(126, 187, 239) |
| HSL | hsl(208, 78%, 72%) |
| CMYK | cmyk(47%, 22%, 0%, 6%) |
| LAB | lab(73.7 -5.9 -31.9) |
| LCH | lch(73.7 32.5 259.6) |
| OKLCH | oklch(0.770 0.098 245.3) |
Copy-ready code
/* CSS */
color: #7ebbef;
background-color: #7ebbef;
/* Tailwind (arbitrary) */
class="text-[#7ebbef] bg-[#7ebbef]"
/* SCSS */
$brand: #7ebbef;
/* SwiftUI */
Color(red: 0.494, green: 0.733, blue: 0.937)
/* Android */
Color.parseColor("#7ebbef")Accessibility — WCAG contrast
Aa
#7ebbef on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebbef on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green73.3%
Blue93.7%
CMYK percentages
Cyan47.3%
Magenta21.8%
Yellow0.0%
Key (black)6.3%
Color previews
#7ebbef text on a black background
contrast 10.24:1
Card sample
#7ebbef text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebbef;
Background color
Panel with #7ebbef background
background-color: #7ebbef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebbef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 187, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 187, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebbef; background: linear-gradient(135deg, #7ebbef, #8C7EEF);