#5baffb
a light, electric blue · cool · closest name: steelblue
RGB
91, 175, 251
HSL
209°, 95%, 67%
CMYK
64, 30, 0, 2
Luminance
0.3985
Every format
| HEX | #5baffb |
| RGB | rgb(91, 175, 251) |
| HSL | hsl(209, 95%, 67%) |
| CMYK | cmyk(64%, 30%, 0%, 2%) |
| LAB | lab(69.4 -2.7 -45.3) |
| LCH | lch(69.4 45.3 266.6) |
| OKLCH | oklch(0.734 0.138 248.1) |
Copy-ready code
/* CSS */
color: #5baffb;
background-color: #5baffb;
/* Tailwind (arbitrary) */
class="text-[#5baffb] bg-[#5baffb]"
/* SCSS */
$brand: #5baffb;
/* SwiftUI */
Color(red: 0.357, green: 0.686, blue: 0.984)
/* Android */
Color.parseColor("#5baffb")Accessibility — WCAG contrast
Aa
#5baffb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5baffb on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green68.6%
Blue98.4%
CMYK percentages
Cyan63.7%
Magenta30.3%
Yellow0.0%
Key (black)1.6%
Color previews
#5baffb text on a black background
contrast 8.97:1
Card sample
#5baffb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5baffb;
Background color
Panel with #5baffb background
background-color: #5baffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5baffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 175, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 175, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5baffb; background: linear-gradient(135deg, #5baffb, #725BFB);