#360f49
a deep, vivid violet · warm · closest name: midnightblue
RGB
54, 15, 73
HSL
280°, 66%, 17%
CMYK
26, 80, 0, 71
Luminance
0.0161
Every format
| HEX | #360f49 |
| RGB | rgb(54, 15, 73) |
| HSL | hsl(280, 66%, 17%) |
| CMYK | cmyk(26%, 80%, 0%, 71%) |
| LAB | lab(13.3 30.0 -27.5) |
| LCH | lch(13.3 40.7 317.4) |
| OKLCH | oklch(0.266 0.105 312.2) |
Copy-ready code
/* CSS */
color: #360f49;
background-color: #360f49;
/* Tailwind (arbitrary) */
class="text-[#360f49] bg-[#360f49]"
/* SCSS */
$brand: #360f49;
/* SwiftUI */
Color(red: 0.212, green: 0.059, blue: 0.286)
/* Android */
Color.parseColor("#360f49")Accessibility — WCAG contrast
Aa
#360f49 on white: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360f49 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.9%
Blue28.6%
CMYK percentages
Cyan26.0%
Magenta79.5%
Yellow0.0%
Key (black)71.4%
Color previews
#360f49 text on a black background
contrast 1.32:1
Card sample
#360f49 text on a white background
contrast 15.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360f49;
Background color
Panel with #360f49 background
background-color: #360f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 15, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 15, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360f49; background: linear-gradient(135deg, #360f49, #490F36);