#7ebadf
a light, vivid blue · cool · closest name: skyblue
RGB
126, 186, 223
HSL
203°, 60%, 68%
CMYK
44, 17, 0, 13
Luminance
0.4488
Every format
| HEX | #7ebadf |
| RGB | rgb(126, 186, 223) |
| HSL | hsl(203, 60%, 68%) |
| CMYK | cmyk(44%, 17%, 0%, 13%) |
| LAB | lab(72.8 -9.8 -24.6) |
| LCH | lch(72.8 26.4 248.4) |
| OKLCH | oklch(0.761 0.082 236.4) |
Copy-ready code
/* CSS */
color: #7ebadf;
background-color: #7ebadf;
/* Tailwind (arbitrary) */
class="text-[#7ebadf] bg-[#7ebadf]"
/* SCSS */
$brand: #7ebadf;
/* SwiftUI */
Color(red: 0.494, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#7ebadf")Accessibility — WCAG contrast
Aa
#7ebadf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebadf on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green72.9%
Blue87.5%
CMYK percentages
Cyan43.5%
Magenta16.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7ebadf text on a black background
contrast 9.98:1
Card sample
#7ebadf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebadf;
Background color
Panel with #7ebadf background
background-color: #7ebadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebadf; background: linear-gradient(135deg, #7ebadf, #837EDF);