#360d79
a dark, electric violet · warm · closest name: indigo
RGB
54, 13, 121
HSL
263°, 81%, 26%
CMYK
55, 89, 0, 53
Luminance
0.0245
Every format
| HEX | #360d79 |
| RGB | rgb(54, 13, 121) |
| HSL | hsl(263, 81%, 26%) |
| CMYK | cmyk(55%, 89%, 0%, 53%) |
| LAB | lab(17.7 43.5 -52.2) |
| LCH | lch(17.7 68.0 309.8) |
| OKLCH | oklch(0.311 0.161 290.6) |
Copy-ready code
/* CSS */
color: #360d79;
background-color: #360d79;
/* Tailwind (arbitrary) */
class="text-[#360d79] bg-[#360d79]"
/* SCSS */
$brand: #360d79;
/* SwiftUI */
Color(red: 0.212, green: 0.051, blue: 0.475)
/* Android */
Color.parseColor("#360d79")Accessibility — WCAG contrast
Aa
#360d79 on white: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360d79 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.1%
Blue47.5%
CMYK percentages
Cyan55.4%
Magenta89.3%
Yellow0.0%
Key (black)52.5%
Color previews
#360d79 text on a black background
contrast 1.49:1
Card sample
#360d79 text on a white background
contrast 14.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360d79;
Background color
Panel with #360d79 background
background-color: #360d79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360d79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 13, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 13, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360d79; background: linear-gradient(135deg, #360d79, #790D74);