#541f65
a dark, vivid violet · warm · closest name: midnightblue
RGB
84, 31, 101
HSL
285°, 53%, 26%
CMYK
17, 69, 0, 60
Luminance
0.0380
Every format
| HEX | #541f65 |
| RGB | rgb(84, 31, 101) |
| HSL | hsl(285, 53%, 26%) |
| CMYK | cmyk(17%, 69%, 0%, 60%) |
| LAB | lab(23.0 36.3 -30.5) |
| LCH | lch(23.0 47.4 320.0) |
| OKLCH | oklch(0.352 0.125 316.9) |
Copy-ready code
/* CSS */
color: #541f65;
background-color: #541f65;
/* Tailwind (arbitrary) */
class="text-[#541f65] bg-[#541f65]"
/* SCSS */
$brand: #541f65;
/* SwiftUI */
Color(red: 0.329, green: 0.122, blue: 0.396)
/* Android */
Color.parseColor("#541f65")Accessibility — WCAG contrast
Aa
#541f65 on white: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541f65 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green12.2%
Blue39.6%
CMYK percentages
Cyan16.8%
Magenta69.3%
Yellow0.0%
Key (black)60.4%
Color previews
#541f65 text on a black background
contrast 1.76:1
Card sample
#541f65 text on a white background
contrast 11.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541f65;
Background color
Panel with #541f65 background
background-color: #541f65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541f65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 31, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 31, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541f65; background: linear-gradient(135deg, #541f65, #651F47);