#360d73
a dark, electric violet · warm · closest name: midnightblue
RGB
54, 13, 115
HSL
264°, 80%, 25%
CMYK
53, 89, 0, 55
Luminance
0.0231
Every format
| HEX | #360d73 |
| RGB | rgb(54, 13, 115) |
| HSL | hsl(264, 80%, 25%) |
| CMYK | cmyk(53%, 89%, 0%, 55%) |
| LAB | lab(17.0 41.9 -49.5) |
| LCH | lch(17.0 64.8 310.3) |
| OKLCH | oklch(0.304 0.154 292.5) |
Copy-ready code
/* CSS */
color: #360d73;
background-color: #360d73;
/* Tailwind (arbitrary) */
class="text-[#360d73] bg-[#360d73]"
/* SCSS */
$brand: #360d73;
/* SwiftUI */
Color(red: 0.212, green: 0.051, blue: 0.451)
/* Android */
Color.parseColor("#360d73")Accessibility — WCAG contrast
Aa
#360d73 on white: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360d73 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.1%
Blue45.1%
CMYK percentages
Cyan53.0%
Magenta88.7%
Yellow0.0%
Key (black)54.9%
Color previews
#360d73 text on a black background
contrast 1.46:1
Card sample
#360d73 text on a white background
contrast 14.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360d73;
Background color
Panel with #360d73 background
background-color: #360d73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360d73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 13, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 13, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360d73; background: linear-gradient(135deg, #360d73, #730D6C);