#5baef1
a light, electric blue · cool · closest name: steelblue
RGB
91, 174, 241
HSL
207°, 84%, 65%
CMYK
62, 28, 0, 6
Luminance
0.3885
Every format
| HEX | #5baef1 |
| RGB | rgb(91, 174, 241) |
| HSL | hsl(207, 84%, 65%) |
| CMYK | cmyk(62%, 28%, 0%, 6%) |
| LAB | lab(68.6 -5.3 -41.0) |
| LCH | lch(68.6 41.3 262.6) |
| OKLCH | oklch(0.727 0.127 245.2) |
Copy-ready code
/* CSS */
color: #5baef1;
background-color: #5baef1;
/* Tailwind (arbitrary) */
class="text-[#5baef1] bg-[#5baef1]"
/* SCSS */
$brand: #5baef1;
/* SwiftUI */
Color(red: 0.357, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#5baef1")Accessibility — WCAG contrast
Aa
#5baef1 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5baef1 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green68.2%
Blue94.5%
CMYK percentages
Cyan62.2%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#5baef1 text on a black background
contrast 8.77:1
Card sample
#5baef1 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5baef1;
Background color
Panel with #5baef1 background
background-color: #5baef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5baef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5baef1; background: linear-gradient(135deg, #5baef1, #6C5BF1);