#5eade9
a balanced, electric blue · cool · closest name: steelblue
RGB
94, 173, 233
HSL
206°, 76%, 64%
CMYK
60, 26, 0, 9
Luminance
0.3815
Every format
| HEX | #5eade9 |
| RGB | rgb(94, 173, 233) |
| HSL | hsl(206, 76%, 64%) |
| CMYK | cmyk(60%, 26%, 0%, 9%) |
| LAB | lab(68.1 -6.8 -37.4) |
| LCH | lch(68.1 38.0 259.7) |
| OKLCH | oklch(0.722 0.117 243.4) |
Copy-ready code
/* CSS */
color: #5eade9;
background-color: #5eade9;
/* Tailwind (arbitrary) */
class="text-[#5eade9] bg-[#5eade9]"
/* SCSS */
$brand: #5eade9;
/* SwiftUI */
Color(red: 0.369, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#5eade9")Accessibility — WCAG contrast
Aa
#5eade9 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eade9 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green67.8%
Blue91.4%
CMYK percentages
Cyan59.7%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#5eade9 text on a black background
contrast 8.63:1
Card sample
#5eade9 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eade9;
Background color
Panel with #5eade9 background
background-color: #5eade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eade9; background: linear-gradient(135deg, #5eade9, #6C5EE9);