#5785ff
a light, electric blue · cool · closest name: royalblue
RGB
87, 133, 255
HSL
224°, 100%, 67%
CMYK
66, 48, 0, 0
Luminance
0.2602
Every format
| HEX | #5785ff |
| RGB | rgb(87, 133, 255) |
| HSL | hsl(224, 100%, 67%) |
| CMYK | cmyk(66%, 48%, 0%, 0%) |
| LAB | lab(58.0 22.6 -65.4) |
| LCH | lch(58.0 69.2 289.0) |
| OKLCH | oklch(0.646 0.188 265.8) |
Copy-ready code
/* CSS */
color: #5785ff;
background-color: #5785ff;
/* Tailwind (arbitrary) */
class="text-[#5785ff] bg-[#5785ff]"
/* SCSS */
$brand: #5785ff;
/* SwiftUI */
Color(red: 0.341, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#5785ff")Accessibility — WCAG contrast
Aa
#5785ff on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5785ff on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green52.2%
Blue100.0%
CMYK percentages
Cyan65.9%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#5785ff text on a black background
contrast 6.20:1
Card sample
#5785ff text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5785ff;
Background color
Panel with #5785ff background
background-color: #5785ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5785ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5785ff; background: linear-gradient(135deg, #5785ff, #9957FF);