#5baeef
a balanced, electric blue · cool · closest name: steelblue
RGB
91, 174, 239
HSL
206°, 82%, 65%
CMYK
62, 27, 0, 6
Luminance
0.3873
Every format
| HEX | #5baeef |
| RGB | rgb(91, 174, 239) |
| HSL | hsl(206, 82%, 65%) |
| CMYK | cmyk(62%, 27%, 0%, 6%) |
| LAB | lab(68.5 -6.0 -40.0) |
| LCH | lch(68.5 40.4 261.5) |
| OKLCH | oklch(0.726 0.125 244.4) |
Copy-ready code
/* CSS */
color: #5baeef;
background-color: #5baeef;
/* Tailwind (arbitrary) */
class="text-[#5baeef] bg-[#5baeef]"
/* SCSS */
$brand: #5baeef;
/* SwiftUI */
Color(red: 0.357, green: 0.682, blue: 0.937)
/* Android */
Color.parseColor("#5baeef")Accessibility — WCAG contrast
Aa
#5baeef on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5baeef on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green68.2%
Blue93.7%
CMYK percentages
Cyan61.9%
Magenta27.2%
Yellow0.0%
Key (black)6.3%
Color previews
#5baeef text on a black background
contrast 8.75:1
Card sample
#5baeef text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5baeef;
Background color
Panel with #5baeef background
background-color: #5baeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5baeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 174, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 174, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5baeef; background: linear-gradient(135deg, #5baeef, #6B5BEF);