#5511cc
a dark, electric violet · warm · closest name: blue
RGB
85, 17, 204
HSL
262°, 85%, 43%
CMYK
58, 92, 0, 20
Luminance
0.0669
Every format
| HEX | #5511cc |
| RGB | rgb(85, 17, 204) |
| HSL | hsl(262, 85%, 43%) |
| CMYK | cmyk(58%, 92%, 0%, 20%) |
| LAB | lab(31.1 66.3 -80.6) |
| LCH | lch(31.1 104.3 309.4) |
| OKLCH | oklch(0.437 0.242 286.9) |
Copy-ready code
/* CSS */
color: #5511cc;
background-color: #5511cc;
/* Tailwind (arbitrary) */
class="text-[#5511cc] bg-[#5511cc]"
/* SCSS */
$brand: #5511cc;
/* SwiftUI */
Color(red: 0.333, green: 0.067, blue: 0.800)
/* Android */
Color.parseColor("#5511cc")Accessibility — WCAG contrast
Aa
#5511cc on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5511cc on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green6.7%
Blue80.0%
CMYK percentages
Cyan58.3%
Magenta91.7%
Yellow0.0%
Key (black)20.0%
Color previews
#5511cc text on a black background
contrast 2.34:1
Card sample
#5511cc text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5511cc;
Background color
Panel with #5511cc background
background-color: #5511cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5511cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 17, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 17, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5511cc; background: linear-gradient(135deg, #5511cc, #CC11C6);