#5693df
a balanced, vivid blue · cool · closest name: steelblue
RGB
86, 147, 223
HSL
213°, 68%, 61%
CMYK
61, 34, 0, 13
Luminance
0.2817
Every format
| HEX | #5693df |
| RGB | rgb(86, 147, 223) |
| HSL | hsl(213, 68%, 61%) |
| CMYK | cmyk(61%, 34%, 0%, 13%) |
| LAB | lab(60.0 3.3 -44.6) |
| LCH | lch(60.0 44.7 274.2) |
| OKLCH | oklch(0.656 0.131 254.8) |
Copy-ready code
/* CSS */
color: #5693df;
background-color: #5693df;
/* Tailwind (arbitrary) */
class="text-[#5693df] bg-[#5693df]"
/* SCSS */
$brand: #5693df;
/* SwiftUI */
Color(red: 0.337, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#5693df")Accessibility — WCAG contrast
Aa
#5693df on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5693df on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green57.6%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#5693df text on a black background
contrast 6.63:1
Card sample
#5693df text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5693df;
Background color
Panel with #5693df background
background-color: #5693df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5693df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5693df; background: linear-gradient(135deg, #5693df, #7456DF);