#5eb2fb
a light, electric blue · cool · closest name: steelblue
RGB
94, 178, 251
HSL
208°, 95%, 68%
CMYK
63, 29, 0, 2
Luminance
0.4119
Every format
| HEX | #5eb2fb |
| RGB | rgb(94, 178, 251) |
| HSL | hsl(208, 95%, 68%) |
| CMYK | cmyk(63%, 29%, 0%, 2%) |
| LAB | lab(70.3 -3.8 -43.8) |
| LCH | lch(70.3 43.9 265.0) |
| OKLCH | oklch(0.742 0.134 247.0) |
Copy-ready code
/* CSS */
color: #5eb2fb;
background-color: #5eb2fb;
/* Tailwind (arbitrary) */
class="text-[#5eb2fb] bg-[#5eb2fb]"
/* SCSS */
$brand: #5eb2fb;
/* SwiftUI */
Color(red: 0.369, green: 0.698, blue: 0.984)
/* Android */
Color.parseColor("#5eb2fb")Accessibility — WCAG contrast
Aa
#5eb2fb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb2fb on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.8%
Blue98.4%
CMYK percentages
Cyan62.5%
Magenta29.1%
Yellow0.0%
Key (black)1.6%
Color previews
#5eb2fb text on a black background
contrast 9.24:1
Card sample
#5eb2fb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb2fb;
Background color
Panel with #5eb2fb background
background-color: #5eb2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 178, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 178, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb2fb; background: linear-gradient(135deg, #5eb2fb, #725EFB);