#360088
a dark, electric violet · warm · closest name: navy
RGB
54, 0, 136
HSL
264°, 100%, 27%
CMYK
60, 100, 0, 47
Luminance
0.0256
Every format
| HEX | #360088 |
| RGB | rgb(54, 0, 136) |
| HSL | hsl(264, 100%, 27%) |
| CMYK | cmyk(60%, 100%, 0%, 47%) |
| LAB | lab(18.2 51.3 -61.0) |
| LCH | lch(18.2 79.7 310.1) |
| OKLCH | oklch(0.319 0.184 287.3) |
Copy-ready code
/* CSS */
color: #360088;
background-color: #360088;
/* Tailwind (arbitrary) */
class="text-[#360088] bg-[#360088]"
/* SCSS */
$brand: #360088;
/* SwiftUI */
Color(red: 0.212, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#360088")Accessibility — WCAG contrast
Aa
#360088 on white: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360088 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green0.0%
Blue53.3%
CMYK percentages
Cyan60.3%
Magenta100.0%
Yellow0.0%
Key (black)46.7%
Color previews
#360088 text on a black background
contrast 1.51:1
Card sample
#360088 text on a white background
contrast 13.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360088;
Background color
Panel with #360088 background
background-color: #360088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360088; background: linear-gradient(135deg, #360088, #880080);