#5698df
a balanced, vivid blue · cool · closest name: steelblue
RGB
86, 152, 223
HSL
211°, 68%, 61%
CMYK
61, 32, 0, 13
Luminance
0.2976
Every format
| HEX | #5698df |
| RGB | rgb(86, 152, 223) |
| HSL | hsl(211, 68%, 61%) |
| CMYK | cmyk(61%, 32%, 0%, 13%) |
| LAB | lab(61.5 0.4 -42.4) |
| LCH | lch(61.5 42.4 270.5) |
| OKLCH | oklch(0.667 0.126 251.8) |
Copy-ready code
/* CSS */
color: #5698df;
background-color: #5698df;
/* Tailwind (arbitrary) */
class="text-[#5698df] bg-[#5698df]"
/* SCSS */
$brand: #5698df;
/* SwiftUI */
Color(red: 0.337, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#5698df")Accessibility — WCAG contrast
Aa
#5698df on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5698df on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green59.6%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#5698df text on a black background
contrast 6.95:1
Card sample
#5698df text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5698df;
Background color
Panel with #5698df background
background-color: #5698df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5698df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5698df; background: linear-gradient(135deg, #5698df, #6F56DF);