#363696
a dark, vivid blue · warm · closest name: midnightblue
RGB
54, 54, 150
HSL
240°, 47%, 40%
CMYK
64, 64, 0, 41
Luminance
0.0562
Every format
| HEX | #363696 |
| RGB | rgb(54, 54, 150) |
| HSL | hsl(240, 47%, 40%) |
| CMYK | cmyk(64%, 64%, 0%, 41%) |
| LAB | lab(28.4 30.6 -52.8) |
| LCH | lch(28.4 61.0 300.1) |
| OKLCH | oklch(0.396 0.153 276.8) |
Copy-ready code
/* CSS */
color: #363696;
background-color: #363696;
/* Tailwind (arbitrary) */
class="text-[#363696] bg-[#363696]"
/* SCSS */
$brand: #363696;
/* SwiftUI */
Color(red: 0.212, green: 0.212, blue: 0.588)
/* Android */
Color.parseColor("#363696")Accessibility — WCAG contrast
Aa
#363696 on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#363696 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green21.2%
Blue58.8%
CMYK percentages
Cyan64.0%
Magenta64.0%
Yellow0.0%
Key (black)41.2%
Color previews
#363696 text on a black background
contrast 2.12:1
Card sample
#363696 text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #363696;
Background color
Panel with #363696 background
background-color: #363696;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #363696;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 54, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 54, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #363696; background: linear-gradient(135deg, #363696, #763696);