#360d76
a dark, electric violet · warm · closest name: indigo
RGB
54, 13, 118
HSL
263°, 80%, 26%
CMYK
54, 89, 0, 54
Luminance
0.0238
Every format
| HEX | #360d76 |
| RGB | rgb(54, 13, 118) |
| HSL | hsl(263, 80%, 26%) |
| CMYK | cmyk(54%, 89%, 0%, 54%) |
| LAB | lab(17.4 42.7 -50.9) |
| LCH | lch(17.4 66.4 310.0) |
| OKLCH | oklch(0.307 0.157 291.5) |
Copy-ready code
/* CSS */
color: #360d76;
background-color: #360d76;
/* Tailwind (arbitrary) */
class="text-[#360d76] bg-[#360d76]"
/* SCSS */
$brand: #360d76;
/* SwiftUI */
Color(red: 0.212, green: 0.051, blue: 0.463)
/* Android */
Color.parseColor("#360d76")Accessibility — WCAG contrast
Aa
#360d76 on white: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360d76 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.1%
Blue46.3%
CMYK percentages
Cyan54.2%
Magenta89.0%
Yellow0.0%
Key (black)53.7%
Color previews
#360d76 text on a black background
contrast 1.48:1
Card sample
#360d76 text on a white background
contrast 14.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360d76;
Background color
Panel with #360d76 background
background-color: #360d76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360d76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 13, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 13, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360d76; background: linear-gradient(135deg, #360d76, #760D70);