#541ccc
a balanced, electric violet · warm · closest name: navy
RGB
84, 28, 204
HSL
259°, 76%, 46%
CMYK
59, 86, 0, 20
Luminance
0.0707
Every format
| HEX | #541ccc |
| RGB | rgb(84, 28, 204) |
| HSL | hsl(259, 76%, 46%) |
| CMYK | cmyk(59%, 86%, 0%, 20%) |
| LAB | lab(32.0 63.2 -79.1) |
| LCH | lch(32.0 101.3 308.6) |
| OKLCH | oklch(0.443 0.237 285.9) |
Copy-ready code
/* CSS */
color: #541ccc;
background-color: #541ccc;
/* Tailwind (arbitrary) */
class="text-[#541ccc] bg-[#541ccc]"
/* SCSS */
$brand: #541ccc;
/* SwiftUI */
Color(red: 0.329, green: 0.110, blue: 0.800)
/* Android */
Color.parseColor("#541ccc")Accessibility — WCAG contrast
Aa
#541ccc on white: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541ccc on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green11.0%
Blue80.0%
CMYK percentages
Cyan58.8%
Magenta86.3%
Yellow0.0%
Key (black)20.0%
Color previews
#541ccc text on a black background
contrast 2.41:1
Card sample
#541ccc text on a white background
contrast 8.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541ccc;
Background color
Panel with #541ccc background
background-color: #541ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 28, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 28, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541ccc; background: linear-gradient(135deg, #541ccc, #C91CCC);