#540085
a dark, electric violet · warm · closest name: indigo
RGB
84, 0, 133
HSL
278°, 100%, 26%
CMYK
37, 100, 0, 48
Luminance
0.0358
Every format
| HEX | #540085 |
| RGB | rgb(84, 0, 133) |
| HSL | hsl(278, 100%, 26%) |
| CMYK | cmyk(37%, 100%, 0%, 48%) |
| LAB | lab(22.2 53.3 -52.3) |
| LCH | lch(22.2 74.7 315.6) |
| OKLCH | oklch(0.355 0.184 305.7) |
Copy-ready code
/* CSS */
color: #540085;
background-color: #540085;
/* Tailwind (arbitrary) */
class="text-[#540085] bg-[#540085]"
/* SCSS */
$brand: #540085;
/* SwiftUI */
Color(red: 0.329, green: 0.000, blue: 0.522)
/* Android */
Color.parseColor("#540085")Accessibility — WCAG contrast
Aa
#540085 on white: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#540085 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green0.0%
Blue52.2%
CMYK percentages
Cyan36.8%
Magenta100.0%
Yellow0.0%
Key (black)47.8%
Color previews
#540085 text on a black background
contrast 1.72:1
Card sample
#540085 text on a white background
contrast 12.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #540085;
Background color
Panel with #540085 background
background-color: #540085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #540085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 0, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 0, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #540085; background: linear-gradient(135deg, #540085, #85005D);