#7eadeb
a light, vivid blue · cool · closest name: steelblue
RGB
126, 173, 235
HSL
214°, 73%, 71%
CMYK
46, 26, 0, 8
Luminance
0.4032
Every format
| HEX | #7eadeb |
| RGB | rgb(126, 173, 235) |
| HSL | hsl(214, 73%, 71%) |
| CMYK | cmyk(46%, 26%, 0%, 8%) |
| LAB | lab(69.7 0.7 -35.9) |
| LCH | lch(69.7 35.9 271.1) |
| OKLCH | oklch(0.739 0.104 255.6) |
Copy-ready code
/* CSS */
color: #7eadeb;
background-color: #7eadeb;
/* Tailwind (arbitrary) */
class="text-[#7eadeb] bg-[#7eadeb]"
/* SCSS */
$brand: #7eadeb;
/* SwiftUI */
Color(red: 0.494, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#7eadeb")Accessibility — WCAG contrast
Aa
#7eadeb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eadeb on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green67.8%
Blue92.2%
CMYK percentages
Cyan46.4%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#7eadeb text on a black background
contrast 9.06:1
Card sample
#7eadeb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eadeb;
Background color
Panel with #7eadeb background
background-color: #7eadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eadeb; background: linear-gradient(135deg, #7eadeb, #987EEB);