#360d88
a dark, electric violet · warm · closest name: indigo
RGB
54, 13, 136
HSL
260°, 83%, 29%
CMYK
60, 90, 0, 47
Luminance
0.0285
Every format
| HEX | #360d88 |
| RGB | rgb(54, 13, 136) |
| HSL | hsl(260, 83%, 29%) |
| CMYK | cmyk(60%, 90%, 0%, 47%) |
| LAB | lab(19.4 47.6 -58.9) |
| LCH | lch(19.4 75.7 308.9) |
| OKLCH | oklch(0.328 0.177 286.4) |
Copy-ready code
/* CSS */
color: #360d88;
background-color: #360d88;
/* Tailwind (arbitrary) */
class="text-[#360d88] bg-[#360d88]"
/* SCSS */
$brand: #360d88;
/* SwiftUI */
Color(red: 0.212, green: 0.051, blue: 0.533)
/* Android */
Color.parseColor("#360d88")Accessibility — WCAG contrast
Aa
#360d88 on white: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360d88 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.1%
Blue53.3%
CMYK percentages
Cyan60.3%
Magenta90.4%
Yellow0.0%
Key (black)46.7%
Color previews
#360d88 text on a black background
contrast 1.57:1
Card sample
#360d88 text on a white background
contrast 13.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360d88;
Background color
Panel with #360d88 background
background-color: #360d88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360d88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 13, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 13, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360d88; background: linear-gradient(135deg, #360d88, #880D88);