#5518ce
a balanced, electric violet · warm · closest name: navy
RGB
85, 24, 206
HSL
260°, 79%, 45%
CMYK
59, 88, 0, 19
Luminance
0.0704
Every format
| HEX | #5518ce |
| RGB | rgb(85, 24, 206) |
| HSL | hsl(260, 79%, 45%) |
| CMYK | cmyk(59%, 88%, 0%, 19%) |
| LAB | lab(31.9 65.0 -80.4) |
| LCH | lch(31.9 103.4 309.0) |
| OKLCH | oklch(0.443 0.241 286.2) |
Copy-ready code
/* CSS */
color: #5518ce;
background-color: #5518ce;
/* Tailwind (arbitrary) */
class="text-[#5518ce] bg-[#5518ce]"
/* SCSS */
$brand: #5518ce;
/* SwiftUI */
Color(red: 0.333, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#5518ce")Accessibility — WCAG contrast
Aa
#5518ce on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5518ce on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green9.4%
Blue80.8%
CMYK percentages
Cyan58.7%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#5518ce text on a black background
contrast 2.41:1
Card sample
#5518ce text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5518ce;
Background color
Panel with #5518ce background
background-color: #5518ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5518ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5518ce; background: linear-gradient(135deg, #5518ce, #CE18CE);