#5daceb
a balanced, electric blue · cool · closest name: steelblue
RGB
93, 172, 235
HSL
207°, 78%, 64%
CMYK
60, 27, 0, 8
Luminance
0.3783
Every format
| HEX | #5daceb |
| RGB | rgb(93, 172, 235) |
| HSL | hsl(207, 78%, 64%) |
| CMYK | cmyk(60%, 27%, 0%, 8%) |
| LAB | lab(67.9 -5.8 -38.8) |
| LCH | lch(67.9 39.3 261.5) |
| OKLCH | oklch(0.720 0.121 244.7) |
Copy-ready code
/* CSS */
color: #5daceb;
background-color: #5daceb;
/* Tailwind (arbitrary) */
class="text-[#5daceb] bg-[#5daceb]"
/* SCSS */
$brand: #5daceb;
/* SwiftUI */
Color(red: 0.365, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#5daceb")Accessibility — WCAG contrast
Aa
#5daceb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5daceb on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green67.5%
Blue92.2%
CMYK percentages
Cyan60.4%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#5daceb text on a black background
contrast 8.57:1
Card sample
#5daceb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5daceb;
Background color
Panel with #5daceb background
background-color: #5daceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5daceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5daceb; background: linear-gradient(135deg, #5daceb, #6D5DEB);