#7eaade
a light, vivid blue · cool · closest name: steelblue
RGB
126, 170, 222
HSL
213°, 59%, 68%
CMYK
43, 23, 0, 13
Luminance
0.3846
Every format
| HEX | #7eaade |
| RGB | rgb(126, 170, 222) |
| HSL | hsl(213, 59%, 68%) |
| CMYK | cmyk(43%, 23%, 0%, 13%) |
| LAB | lab(68.4 -1.3 -30.9) |
| LCH | lch(68.4 30.9 267.6) |
| OKLCH | oklch(0.726 0.090 253.1) |
Copy-ready code
/* CSS */
color: #7eaade;
background-color: #7eaade;
/* Tailwind (arbitrary) */
class="text-[#7eaade] bg-[#7eaade]"
/* SCSS */
$brand: #7eaade;
/* SwiftUI */
Color(red: 0.494, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#7eaade")Accessibility — WCAG contrast
Aa
#7eaade on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eaade on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green66.7%
Blue87.1%
CMYK percentages
Cyan43.2%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#7eaade text on a black background
contrast 8.69:1
Card sample
#7eaade text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eaade;
Background color
Panel with #7eaade background
background-color: #7eaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eaade; background: linear-gradient(135deg, #7eaade, #927EDE);