#586cff
a light, electric blue · warm · closest name: royalblue
RGB
88, 108, 255
HSL
233°, 100%, 67%
CMYK
66, 58, 0, 0
Luminance
0.2002
Every format
| HEX | #586cff |
| RGB | rgb(88, 108, 255) |
| HSL | hsl(233, 100%, 67%) |
| CMYK | cmyk(66%, 58%, 0%, 0%) |
| LAB | lab(51.9 37.9 -75.5) |
| LCH | lch(51.9 84.5 296.7) |
| OKLCH | oklch(0.600 0.217 272.2) |
Copy-ready code
/* CSS */
color: #586cff;
background-color: #586cff;
/* Tailwind (arbitrary) */
class="text-[#586cff] bg-[#586cff]"
/* SCSS */
$brand: #586cff;
/* SwiftUI */
Color(red: 0.345, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#586cff")Accessibility — WCAG contrast
Aa
#586cff on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#586cff on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green42.4%
Blue100.0%
CMYK percentages
Cyan65.5%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#586cff text on a black background
contrast 5.00:1
Card sample
#586cff text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586cff;
Background color
Panel with #586cff background
background-color: #586cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586cff; background: linear-gradient(135deg, #586cff, #B358FF);