#360854
a deep, electric violet · warm · closest name: midnightblue
RGB
54, 8, 84
HSL
276°, 83%, 18%
CMYK
36, 91, 0, 67
Luminance
0.0160
Every format
| HEX | #360854 |
| RGB | rgb(54, 8, 84) |
| HSL | hsl(276, 83%, 18%) |
| CMYK | cmyk(36%, 91%, 0%, 67%) |
| LAB | lab(13.2 35.6 -35.2) |
| LCH | lch(13.2 50.1 315.4) |
| OKLCH | oklch(0.268 0.125 306.7) |
Copy-ready code
/* CSS */
color: #360854;
background-color: #360854;
/* Tailwind (arbitrary) */
class="text-[#360854] bg-[#360854]"
/* SCSS */
$brand: #360854;
/* SwiftUI */
Color(red: 0.212, green: 0.031, blue: 0.329)
/* Android */
Color.parseColor("#360854")Accessibility — WCAG contrast
Aa
#360854 on white: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360854 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green3.1%
Blue32.9%
CMYK percentages
Cyan35.7%
Magenta90.5%
Yellow0.0%
Key (black)67.1%
Color previews
#360854 text on a black background
contrast 1.32:1
Card sample
#360854 text on a white background
contrast 15.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360854;
Background color
Panel with #360854 background
background-color: #360854;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360854;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 8, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 8, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360854; background: linear-gradient(135deg, #360854, #54083F);