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