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