#5869df
a balanced, vivid blue · warm · closest name: royalblue
RGB
88, 105, 223
HSL
232°, 68%, 61%
CMYK
61, 53, 0, 13
Luminance
0.1751
Every format
| HEX | #5869df |
| RGB | rgb(88, 105, 223) |
| HSL | hsl(232, 68%, 61%) |
| CMYK | cmyk(61%, 53%, 0%, 13%) |
| LAB | lab(48.9 29.1 -62.4) |
| LCH | lch(48.9 68.8 295.0) |
| OKLCH | oklch(0.571 0.179 273.2) |
Copy-ready code
/* CSS */
color: #5869df;
background-color: #5869df;
/* Tailwind (arbitrary) */
class="text-[#5869df] bg-[#5869df]"
/* SCSS */
$brand: #5869df;
/* SwiftUI */
Color(red: 0.345, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#5869df")Accessibility — WCAG contrast
Aa
#5869df on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5869df on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green41.2%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#5869df text on a black background
contrast 4.50:1
Card sample
#5869df text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5869df;
Background color
Panel with #5869df background
background-color: #5869df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5869df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5869df; background: linear-gradient(135deg, #5869df, #A158DF);