#36084c
a deep, electric violet · warm · closest name: midnightblue
RGB
54, 8, 76
HSL
281°, 81%, 17%
CMYK
29, 90, 0, 70
Luminance
0.0148
Every format
| HEX | #36084c |
| RGB | rgb(54, 8, 76) |
| HSL | hsl(281, 81%, 17%) |
| CMYK | cmyk(29%, 90%, 0%, 70%) |
| LAB | lab(12.5 33.7 -30.9) |
| LCH | lch(12.5 45.7 317.5) |
| OKLCH | oklch(0.261 0.117 311.3) |
Copy-ready code
/* CSS */
color: #36084c;
background-color: #36084c;
/* Tailwind (arbitrary) */
class="text-[#36084c] bg-[#36084c]"
/* SCSS */
$brand: #36084c;
/* SwiftUI */
Color(red: 0.212, green: 0.031, blue: 0.298)
/* Android */
Color.parseColor("#36084c")Accessibility — WCAG contrast
Aa
#36084c on white: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36084c on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green3.1%
Blue29.8%
CMYK percentages
Cyan28.9%
Magenta89.5%
Yellow0.0%
Key (black)70.2%
Color previews
#36084c text on a black background
contrast 1.30:1
Card sample
#36084c text on a white background
contrast 16.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36084c;
Background color
Panel with #36084c background
background-color: #36084c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36084c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 8, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 8, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36084c; background: linear-gradient(135deg, #36084c, #4C0835);