#360d86
a dark, electric violet · warm · closest name: indigo
RGB
54, 13, 134
HSL
260°, 82%, 29%
CMYK
60, 90, 0, 48
Luminance
0.0279
Every format
| HEX | #360d86 |
| RGB | rgb(54, 13, 134) |
| HSL | hsl(260, 82%, 29%) |
| CMYK | cmyk(60%, 90%, 0%, 48%) |
| LAB | lab(19.2 47.0 -58.0) |
| LCH | lch(19.2 74.7 309.0) |
| OKLCH | oklch(0.325 0.175 286.9) |
Copy-ready code
/* CSS */
color: #360d86;
background-color: #360d86;
/* Tailwind (arbitrary) */
class="text-[#360d86] bg-[#360d86]"
/* SCSS */
$brand: #360d86;
/* SwiftUI */
Color(red: 0.212, green: 0.051, blue: 0.525)
/* Android */
Color.parseColor("#360d86")Accessibility — WCAG contrast
Aa
#360d86 on white: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360d86 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.1%
Blue52.5%
CMYK percentages
Cyan59.7%
Magenta90.3%
Yellow0.0%
Key (black)47.5%
Color previews
#360d86 text on a black background
contrast 1.56:1
Card sample
#360d86 text on a white background
contrast 13.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360d86;
Background color
Panel with #360d86 background
background-color: #360d86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360d86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 13, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 13, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360d86; background: linear-gradient(135deg, #360d86, #860D85);