#5671df
a balanced, vivid blue · warm · closest name: royalblue
RGB
86, 113, 223
HSL
228°, 68%, 61%
CMYK
61, 49, 0, 13
Luminance
0.1912
Every format
| HEX | #5671df |
| RGB | rgb(86, 113, 223) |
| HSL | hsl(228, 68%, 61%) |
| CMYK | cmyk(61%, 49%, 0%, 13%) |
| LAB | lab(50.8 23.8 -59.3) |
| LCH | lch(50.8 63.9 291.9) |
| OKLCH | oklch(0.585 0.170 270.1) |
Copy-ready code
/* CSS */
color: #5671df;
background-color: #5671df;
/* Tailwind (arbitrary) */
class="text-[#5671df] bg-[#5671df]"
/* SCSS */
$brand: #5671df;
/* SwiftUI */
Color(red: 0.337, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#5671df")Accessibility — WCAG contrast
Aa
#5671df on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5671df on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green44.3%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#5671df text on a black background
contrast 4.82:1
Card sample
#5671df text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5671df;
Background color
Panel with #5671df background
background-color: #5671df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5671df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5671df; background: linear-gradient(135deg, #5671df, #9656DF);