#5eadef
a light, electric blue · cool · closest name: steelblue
RGB
94, 173, 239
HSL
207°, 82%, 65%
CMYK
61, 28, 0, 6
Luminance
0.3850
Every format
| HEX | #5eadef |
| RGB | rgb(94, 173, 239) |
| HSL | hsl(207, 82%, 65%) |
| CMYK | cmyk(61%, 28%, 0%, 6%) |
| LAB | lab(68.4 -4.9 -40.3) |
| LCH | lch(68.4 40.6 263.1) |
| OKLCH | oklch(0.725 0.124 245.9) |
Copy-ready code
/* CSS */
color: #5eadef;
background-color: #5eadef;
/* Tailwind (arbitrary) */
class="text-[#5eadef] bg-[#5eadef]"
/* SCSS */
$brand: #5eadef;
/* SwiftUI */
Color(red: 0.369, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#5eadef")Accessibility — WCAG contrast
Aa
#5eadef on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eadef on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green67.8%
Blue93.7%
CMYK percentages
Cyan60.7%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#5eadef text on a black background
contrast 8.70:1
Card sample
#5eadef text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eadef;
Background color
Panel with #5eadef background
background-color: #5eadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eadef; background: linear-gradient(135deg, #5eadef, #705EEF);