#5877cf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
88, 119, 207
HSL
224°, 55%, 58%
CMYK
58, 43, 0, 19
Luminance
0.1977
Every format
| HEX | #5877cf |
| RGB | rgb(88, 119, 207) |
| HSL | hsl(224, 55%, 58%) |
| CMYK | cmyk(58%, 43%, 0%, 19%) |
| LAB | lab(51.6 15.2 -49.0) |
| LCH | lch(51.6 51.3 287.2) |
| OKLCH | oklch(0.588 0.140 267.4) |
Copy-ready code
/* CSS */
color: #5877cf;
background-color: #5877cf;
/* Tailwind (arbitrary) */
class="text-[#5877cf] bg-[#5877cf]"
/* SCSS */
$brand: #5877cf;
/* SwiftUI */
Color(red: 0.345, green: 0.467, blue: 0.812)
/* Android */
Color.parseColor("#5877cf")Accessibility — WCAG contrast
Aa
#5877cf on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5877cf on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green46.7%
Blue81.2%
CMYK percentages
Cyan57.5%
Magenta42.5%
Yellow0.0%
Key (black)18.8%
Color previews
#5877cf text on a black background
contrast 4.95:1
Card sample
#5877cf text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5877cf;
Background color
Panel with #5877cf background
background-color: #5877cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5877cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 119, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 119, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5877cf; background: linear-gradient(135deg, #5877cf, #8858CF);