#5bacef
a balanced, electric blue · cool · closest name: steelblue
RGB
91, 172, 239
HSL
207°, 82%, 65%
CMYK
62, 28, 0, 6
Luminance
0.3796
Every format
| HEX | #5bacef |
| RGB | rgb(91, 172, 239) |
| HSL | hsl(207, 82%, 65%) |
| CMYK | cmyk(62%, 28%, 0%, 6%) |
| LAB | lab(68.0 -4.9 -40.9) |
| LCH | lch(68.0 41.2 263.2) |
| OKLCH | oklch(0.721 0.126 245.8) |
Copy-ready code
/* CSS */
color: #5bacef;
background-color: #5bacef;
/* Tailwind (arbitrary) */
class="text-[#5bacef] bg-[#5bacef]"
/* SCSS */
$brand: #5bacef;
/* SwiftUI */
Color(red: 0.357, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#5bacef")Accessibility — WCAG contrast
Aa
#5bacef on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bacef on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green67.5%
Blue93.7%
CMYK percentages
Cyan61.9%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#5bacef text on a black background
contrast 8.59:1
Card sample
#5bacef text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bacef;
Background color
Panel with #5bacef background
background-color: #5bacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bacef; background: linear-gradient(135deg, #5bacef, #6D5BEF);