#5eade6
a balanced, vivid blue · cool · closest name: steelblue
RGB
94, 173, 230
HSL
205°, 73%, 64%
CMYK
59, 25, 0, 10
Luminance
0.3798
Every format
| HEX | #5eade6 |
| RGB | rgb(94, 173, 230) |
| HSL | hsl(205, 73%, 64%) |
| CMYK | cmyk(59%, 25%, 0%, 10%) |
| LAB | lab(68.0 -7.7 -35.9) |
| LCH | lch(68.0 36.8 257.9) |
| OKLCH | oklch(0.721 0.114 242.0) |
Copy-ready code
/* CSS */
color: #5eade6;
background-color: #5eade6;
/* Tailwind (arbitrary) */
class="text-[#5eade6] bg-[#5eade6]"
/* SCSS */
$brand: #5eade6;
/* SwiftUI */
Color(red: 0.369, green: 0.678, blue: 0.902)
/* Android */
Color.parseColor("#5eade6")Accessibility — WCAG contrast
Aa
#5eade6 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eade6 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green67.8%
Blue90.2%
CMYK percentages
Cyan59.1%
Magenta24.8%
Yellow0.0%
Key (black)9.8%
Color previews
#5eade6 text on a black background
contrast 8.60:1
Card sample
#5eade6 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eade6;
Background color
Panel with #5eade6 background
background-color: #5eade6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eade6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 173, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 173, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eade6; background: linear-gradient(135deg, #5eade6, #695EE6);