#7ebdfe
a light, electric blue · cool · closest name: skyblue
RGB
126, 189, 254
HSL
211°, 99%, 75%
CMYK
50, 26, 0, 0
Luminance
0.4799
Every format
| HEX | #7ebdfe |
| RGB | rgb(126, 189, 254) |
| HSL | hsl(211, 99%, 75%) |
| CMYK | cmyk(50%, 26%, 0%, 0%) |
| LAB | lab(74.8 -2.6 -38.3) |
| LCH | lch(74.8 38.3 266.0) |
| OKLCH | oklch(0.781 0.114 250.2) |
Copy-ready code
/* CSS */
color: #7ebdfe;
background-color: #7ebdfe;
/* Tailwind (arbitrary) */
class="text-[#7ebdfe] bg-[#7ebdfe]"
/* SCSS */
$brand: #7ebdfe;
/* SwiftUI */
Color(red: 0.494, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#7ebdfe")Accessibility — WCAG contrast
Aa
#7ebdfe on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebdfe on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.1%
Blue99.6%
CMYK percentages
Cyan50.4%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#7ebdfe text on a black background
contrast 10.60:1
Card sample
#7ebdfe text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebdfe;
Background color
Panel with #7ebdfe background
background-color: #7ebdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebdfe; background: linear-gradient(135deg, #7ebdfe, #947EFE);