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