#360d89
a dark, electric violet · warm · closest name: indigo
RGB
54, 13, 137
HSL
260°, 83%, 29%
CMYK
61, 91, 0, 46
Luminance
0.0288
Every format
| HEX | #360d89 |
| RGB | rgb(54, 13, 137) |
| HSL | hsl(260, 83%, 29%) |
| CMYK | cmyk(61%, 91%, 0%, 46%) |
| LAB | lab(19.6 47.8 -59.3) |
| LCH | lch(19.6 76.2 308.9) |
| OKLCH | oklch(0.329 0.178 286.2) |
Copy-ready code
/* CSS */
color: #360d89;
background-color: #360d89;
/* Tailwind (arbitrary) */
class="text-[#360d89] bg-[#360d89]"
/* SCSS */
$brand: #360d89;
/* SwiftUI */
Color(red: 0.212, green: 0.051, blue: 0.537)
/* Android */
Color.parseColor("#360d89")Accessibility — WCAG contrast
Aa
#360d89 on white: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360d89 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.1%
Blue53.7%
CMYK percentages
Cyan60.6%
Magenta90.5%
Yellow0.0%
Key (black)46.3%
Color previews
#360d89 text on a black background
contrast 1.58:1
Card sample
#360d89 text on a white background
contrast 13.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360d89;
Background color
Panel with #360d89 background
background-color: #360d89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360d89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 13, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 13, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360d89; background: linear-gradient(135deg, #360d89, #890D89);