#5eadeb
a balanced, electric blue · cool · closest name: steelblue
RGB
94, 173, 235
HSL
206°, 78%, 65%
CMYK
60, 26, 0, 8
Luminance
0.3826
Every format
| HEX | #5eadeb |
| RGB | rgb(94, 173, 235) |
| HSL | hsl(206, 78%, 65%) |
| CMYK | cmyk(60%, 26%, 0%, 8%) |
| LAB | lab(68.2 -6.2 -38.3) |
| LCH | lch(68.2 38.8 260.9) |
| OKLCH | oklch(0.723 0.120 244.2) |
Copy-ready code
/* CSS */
color: #5eadeb;
background-color: #5eadeb;
/* Tailwind (arbitrary) */
class="text-[#5eadeb] bg-[#5eadeb]"
/* SCSS */
$brand: #5eadeb;
/* SwiftUI */
Color(red: 0.369, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#5eadeb")Accessibility — WCAG contrast
Aa
#5eadeb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eadeb on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green67.8%
Blue92.2%
CMYK percentages
Cyan60.0%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#5eadeb text on a black background
contrast 8.65:1
Card sample
#5eadeb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eadeb;
Background color
Panel with #5eadeb background
background-color: #5eadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eadeb; background: linear-gradient(135deg, #5eadeb, #6D5EEB);