#7ea9da
a light, vivid blue · cool · closest name: steelblue
RGB
126, 169, 218
HSL
212°, 55%, 68%
CMYK
42, 23, 0, 15
Luminance
0.3787
Every format
| HEX | #7ea9da |
| RGB | rgb(126, 169, 218) |
| HSL | hsl(212, 55%, 68%) |
| CMYK | cmyk(42%, 23%, 0%, 15%) |
| LAB | lab(67.9 -1.9 -29.4) |
| LCH | lch(67.9 29.4 266.4) |
| OKLCH | oklch(0.722 0.086 252.2) |
Copy-ready code
/* CSS */
color: #7ea9da;
background-color: #7ea9da;
/* Tailwind (arbitrary) */
class="text-[#7ea9da] bg-[#7ea9da]"
/* SCSS */
$brand: #7ea9da;
/* SwiftUI */
Color(red: 0.494, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#7ea9da")Accessibility — WCAG contrast
Aa
#7ea9da on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ea9da on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green66.3%
Blue85.5%
CMYK percentages
Cyan42.2%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#7ea9da text on a black background
contrast 8.57:1
Card sample
#7ea9da text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ea9da;
Background color
Panel with #7ea9da background
background-color: #7ea9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ea9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ea9da; background: linear-gradient(135deg, #7ea9da, #917EDA);