#5875df
a balanced, vivid blue · warm · closest name: royalblue
RGB
88, 117, 223
HSL
227°, 68%, 61%
CMYK
61, 48, 0, 13
Luminance
0.2012
Every format
| HEX | #5875df |
| RGB | rgb(88, 117, 223) |
| HSL | hsl(227, 68%, 61%) |
| CMYK | cmyk(61%, 48%, 0%, 13%) |
| LAB | lab(52.0 21.7 -57.4) |
| LCH | lch(52.0 61.4 290.7) |
| OKLCH | oklch(0.594 0.164 269.4) |
Copy-ready code
/* CSS */
color: #5875df;
background-color: #5875df;
/* Tailwind (arbitrary) */
class="text-[#5875df] bg-[#5875df]"
/* SCSS */
$brand: #5875df;
/* SwiftUI */
Color(red: 0.345, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#5875df")Accessibility — WCAG contrast
Aa
#5875df on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5875df on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green45.9%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#5875df text on a black background
contrast 5.02:1
Card sample
#5875df text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5875df;
Background color
Panel with #5875df background
background-color: #5875df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5875df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5875df; background: linear-gradient(135deg, #5875df, #9558DF);