#5ea2db
a balanced, vivid blue · cool · closest name: steelblue
RGB
94, 162, 219
HSL
207°, 64%, 61%
CMYK
57, 26, 0, 14
Luminance
0.3333
Every format
| HEX | #5ea2db |
| RGB | rgb(94, 162, 219) |
| HSL | hsl(207, 64%, 61%) |
| CMYK | cmyk(57%, 26%, 0%, 14%) |
| LAB | lab(64.4 -5.0 -35.4) |
| LCH | lch(64.4 35.8 261.9) |
| OKLCH | oklch(0.691 0.109 245.6) |
Copy-ready code
/* CSS */
color: #5ea2db;
background-color: #5ea2db;
/* Tailwind (arbitrary) */
class="text-[#5ea2db] bg-[#5ea2db]"
/* SCSS */
$brand: #5ea2db;
/* SwiftUI */
Color(red: 0.369, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#5ea2db")Accessibility — WCAG contrast
Aa
#5ea2db on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ea2db on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green63.5%
Blue85.9%
CMYK percentages
Cyan57.1%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#5ea2db text on a black background
contrast 7.67:1
Card sample
#5ea2db text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ea2db;
Background color
Panel with #5ea2db background
background-color: #5ea2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ea2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ea2db; background: linear-gradient(135deg, #5ea2db, #6D5EDB);