#362996
a dark, vivid blue · warm · closest name: midnightblue
RGB
54, 41, 150
HSL
247°, 57%, 38%
CMYK
64, 73, 0, 41
Luminance
0.0457
Every format
| HEX | #362996 |
| RGB | rgb(54, 41, 150) |
| HSL | hsl(247, 57%, 38%) |
| CMYK | cmyk(64%, 73%, 0%, 41%) |
| LAB | lab(25.5 38.7 -57.6) |
| LCH | lch(25.5 69.4 303.9) |
| OKLCH | oklch(0.374 0.169 279.8) |
Copy-ready code
/* CSS */
color: #362996;
background-color: #362996;
/* Tailwind (arbitrary) */
class="text-[#362996] bg-[#362996]"
/* SCSS */
$brand: #362996;
/* SwiftUI */
Color(red: 0.212, green: 0.161, blue: 0.588)
/* Android */
Color.parseColor("#362996")Accessibility — WCAG contrast
Aa
#362996 on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362996 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green16.1%
Blue58.8%
CMYK percentages
Cyan64.0%
Magenta72.7%
Yellow0.0%
Key (black)41.2%
Color previews
#362996 text on a black background
contrast 1.91:1
Card sample
#362996 text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362996;
Background color
Panel with #362996 background
background-color: #362996;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362996;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 41, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 41, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362996; background: linear-gradient(135deg, #362996, #7F2996);