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