#7ea2db
a light, vivid blue · cool · closest name: steelblue
RGB
126, 162, 219
HSL
217°, 56%, 68%
CMYK
43, 26, 0, 14
Luminance
0.3539
Every format
| HEX | #7ea2db |
| RGB | rgb(126, 162, 219) |
| HSL | hsl(217, 56%, 68%) |
| CMYK | cmyk(43%, 26%, 0%, 14%) |
| LAB | lab(66.0 2.3 -32.8) |
| LCH | lch(66.0 32.9 274.1) |
| OKLCH | oklch(0.708 0.093 259.4) |
Copy-ready code
/* CSS */
color: #7ea2db;
background-color: #7ea2db;
/* Tailwind (arbitrary) */
class="text-[#7ea2db] bg-[#7ea2db]"
/* SCSS */
$brand: #7ea2db;
/* SwiftUI */
Color(red: 0.494, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#7ea2db")Accessibility — WCAG contrast
Aa
#7ea2db on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ea2db on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green63.5%
Blue85.9%
CMYK percentages
Cyan42.5%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#7ea2db text on a black background
contrast 8.08:1
Card sample
#7ea2db text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ea2db;
Background color
Panel with #7ea2db background
background-color: #7ea2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ea2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ea2db; background: linear-gradient(135deg, #7ea2db, #987EDB);