#5502eb
a balanced, electric violet · warm · closest name: blue
RGB
85, 2, 235
HSL
261°, 98%, 47%
CMYK
64, 99, 0, 8
Luminance
0.0797
Every format
| HEX | #5502eb |
| RGB | rgb(85, 2, 235) |
| HSL | hsl(261, 98%, 47%) |
| CMYK | cmyk(64%, 99%, 0%, 8%) |
| LAB | lab(33.9 75.9 -93.7) |
| LCH | lch(33.9 120.6 309.0) |
| OKLCH | oklch(0.467 0.277 282.4) |
Copy-ready code
/* CSS */
color: #5502eb;
background-color: #5502eb;
/* Tailwind (arbitrary) */
class="text-[#5502eb] bg-[#5502eb]"
/* SCSS */
$brand: #5502eb;
/* SwiftUI */
Color(red: 0.333, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#5502eb")Accessibility — WCAG contrast
Aa
#5502eb on white: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5502eb on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green0.8%
Blue92.2%
CMYK percentages
Cyan63.8%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#5502eb text on a black background
contrast 2.59:1
Card sample
#5502eb text on a white background
contrast 8.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5502eb;
Background color
Panel with #5502eb background
background-color: #5502eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5502eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5502eb; background: linear-gradient(135deg, #5502eb, #EB02E6);