#8585eb
a light, vivid blue · warm · closest name: royalblue
RGB
133, 133, 235
HSL
240°, 72%, 72%
CMYK
43, 43, 0, 8
Luminance
0.2776
Every format
| HEX | #8585eb |
| RGB | rgb(133, 133, 235) |
| HSL | hsl(240, 72%, 72%) |
| CMYK | cmyk(43%, 43%, 0%, 8%) |
| LAB | lab(59.7 25.4 -51.6) |
| LCH | lch(59.7 57.6 296.2) |
| OKLCH | oklch(0.662 0.149 281.5) |
Copy-ready code
/* CSS */
color: #8585eb;
background-color: #8585eb;
/* Tailwind (arbitrary) */
class="text-[#8585eb] bg-[#8585eb]"
/* SCSS */
$brand: #8585eb;
/* SwiftUI */
Color(red: 0.522, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#8585eb")Accessibility — WCAG contrast
Aa
#8585eb on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8585eb on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green52.2%
Blue92.2%
CMYK percentages
Cyan43.4%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#8585eb text on a black background
contrast 6.55:1
Card sample
#8585eb text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8585eb;
Background color
Panel with #8585eb background
background-color: #8585eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8585eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8585eb; background: linear-gradient(135deg, #8585eb, #C985EB);