#586df0
a balanced, electric blue · warm · closest name: royalblue
RGB
88, 109, 240
HSL
232°, 84%, 64%
CMYK
63, 55, 0, 6
Luminance
0.1930
Every format
| HEX | #586df0 |
| RGB | rgb(88, 109, 240) |
| HSL | hsl(232, 84%, 64%) |
| CMYK | cmyk(63%, 55%, 0%, 6%) |
| LAB | lab(51.0 32.3 -68.4) |
| LCH | lch(51.0 75.7 295.3) |
| OKLCH | oklch(0.590 0.197 272.1) |
Copy-ready code
/* CSS */
color: #586df0;
background-color: #586df0;
/* Tailwind (arbitrary) */
class="text-[#586df0] bg-[#586df0]"
/* SCSS */
$brand: #586df0;
/* SwiftUI */
Color(red: 0.345, green: 0.427, blue: 0.941)
/* Android */
Color.parseColor("#586df0")Accessibility — WCAG contrast
Aa
#586df0 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#586df0 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green42.7%
Blue94.1%
CMYK percentages
Cyan63.3%
Magenta54.6%
Yellow0.0%
Key (black)5.9%
Color previews
#586df0 text on a black background
contrast 4.86:1
Card sample
#586df0 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586df0;
Background color
Panel with #586df0 background
background-color: #586df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 109, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 109, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586df0; background: linear-gradient(135deg, #586df0, #A858F0);