#586eee
a balanced, electric blue · warm · closest name: royalblue
RGB
88, 110, 238
HSL
231°, 82%, 64%
CMYK
63, 54, 0, 7
Luminance
0.1940
Every format
| HEX | #586eee |
| RGB | rgb(88, 110, 238) |
| HSL | hsl(231, 82%, 64%) |
| CMYK | cmyk(63%, 54%, 0%, 7%) |
| LAB | lab(51.1 31.0 -67.1) |
| LCH | lch(51.1 74.0 294.8) |
| OKLCH | oklch(0.591 0.193 271.8) |
Copy-ready code
/* CSS */
color: #586eee;
background-color: #586eee;
/* Tailwind (arbitrary) */
class="text-[#586eee] bg-[#586eee]"
/* SCSS */
$brand: #586eee;
/* SwiftUI */
Color(red: 0.345, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#586eee")Accessibility — WCAG contrast
Aa
#586eee on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#586eee on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green43.1%
Blue93.3%
CMYK percentages
Cyan63.0%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#586eee text on a black background
contrast 4.88:1
Card sample
#586eee text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586eee;
Background color
Panel with #586eee background
background-color: #586eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586eee; background: linear-gradient(135deg, #586eee, #A658EE);