#5eb0eb
a balanced, electric blue · cool · closest name: steelblue
RGB
94, 176, 235
HSL
205°, 78%, 65%
CMYK
60, 25, 0, 8
Luminance
0.3943
Every format
| HEX | #5eb0eb |
| RGB | rgb(94, 176, 235) |
| HSL | hsl(205, 78%, 65%) |
| CMYK | cmyk(60%, 25%, 0%, 8%) |
| LAB | lab(69.1 -7.8 -37.0) |
| LCH | lch(69.1 37.8 258.1) |
| OKLCH | oklch(0.730 0.118 242.1) |
Copy-ready code
/* CSS */
color: #5eb0eb;
background-color: #5eb0eb;
/* Tailwind (arbitrary) */
class="text-[#5eb0eb] bg-[#5eb0eb]"
/* SCSS */
$brand: #5eb0eb;
/* SwiftUI */
Color(red: 0.369, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#5eb0eb")Accessibility — WCAG contrast
Aa
#5eb0eb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb0eb on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.0%
Blue92.2%
CMYK percentages
Cyan60.0%
Magenta25.1%
Yellow0.0%
Key (black)7.8%
Color previews
#5eb0eb text on a black background
contrast 8.89:1
Card sample
#5eb0eb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb0eb;
Background color
Panel with #5eb0eb background
background-color: #5eb0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb0eb; background: linear-gradient(135deg, #5eb0eb, #6A5EEB);