#5eb2eb
a balanced, electric blue · cool · closest name: steelblue
RGB
94, 178, 235
HSL
204°, 78%, 65%
CMYK
60, 24, 0, 8
Luminance
0.4022
Every format
| HEX | #5eb2eb |
| RGB | rgb(94, 178, 235) |
| HSL | hsl(204, 78%, 65%) |
| CMYK | cmyk(60%, 24%, 0%, 8%) |
| LAB | lab(69.6 -8.9 -36.1) |
| LCH | lch(69.6 37.2 256.2) |
| OKLCH | oklch(0.734 0.117 240.6) |
Copy-ready code
/* CSS */
color: #5eb2eb;
background-color: #5eb2eb;
/* Tailwind (arbitrary) */
class="text-[#5eb2eb] bg-[#5eb2eb]"
/* SCSS */
$brand: #5eb2eb;
/* SwiftUI */
Color(red: 0.369, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#5eb2eb")Accessibility — WCAG contrast
Aa
#5eb2eb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb2eb on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.8%
Blue92.2%
CMYK percentages
Cyan60.0%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#5eb2eb text on a black background
contrast 9.04:1
Card sample
#5eb2eb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb2eb;
Background color
Panel with #5eb2eb background
background-color: #5eb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb2eb; background: linear-gradient(135deg, #5eb2eb, #685EEB);