#360545
a deep, electric violet · warm · closest name: midnightblue
RGB
54, 5, 69
HSL
286°, 87%, 15%
CMYK
22, 93, 0, 73
Luminance
0.0132
Every format
| HEX | #360545 |
| RGB | rgb(54, 5, 69) |
| HSL | hsl(286, 87%, 15%) |
| CMYK | cmyk(22%, 93%, 0%, 73%) |
| LAB | lab(11.4 33.4 -27.7) |
| LCH | lch(11.4 43.4 320.3) |
| OKLCH | oklch(0.252 0.113 316.4) |
Copy-ready code
/* CSS */
color: #360545;
background-color: #360545;
/* Tailwind (arbitrary) */
class="text-[#360545] bg-[#360545]"
/* SCSS */
$brand: #360545;
/* SwiftUI */
Color(red: 0.212, green: 0.020, blue: 0.271)
/* Android */
Color.parseColor("#360545")Accessibility — WCAG contrast
Aa
#360545 on white: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360545 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green2.0%
Blue27.1%
CMYK percentages
Cyan21.7%
Magenta92.8%
Yellow0.0%
Key (black)72.9%
Color previews
#360545 text on a black background
contrast 1.26:1
Card sample
#360545 text on a white background
contrast 16.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360545;
Background color
Panel with #360545 background
background-color: #360545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 5, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 5, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360545; background: linear-gradient(135deg, #360545, #450529);