#363688
a dark, soft blue · warm · closest name: midnightblue
RGB
54, 54, 136
HSL
240°, 43%, 37%
CMYK
60, 60, 0, 47
Luminance
0.0520
Every format
| HEX | #363688 |
| RGB | rgb(54, 54, 136) |
| HSL | hsl(240, 43%, 37%) |
| CMYK | cmyk(60%, 60%, 0%, 47%) |
| LAB | lab(27.3 25.8 -46.0) |
| LCH | lch(27.3 52.7 299.2) |
| OKLCH | oklch(0.384 0.133 278.1) |
Copy-ready code
/* CSS */
color: #363688;
background-color: #363688;
/* Tailwind (arbitrary) */
class="text-[#363688] bg-[#363688]"
/* SCSS */
$brand: #363688;
/* SwiftUI */
Color(red: 0.212, green: 0.212, blue: 0.533)
/* Android */
Color.parseColor("#363688")Accessibility — WCAG contrast
Aa
#363688 on white: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#363688 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green21.2%
Blue53.3%
CMYK percentages
Cyan60.3%
Magenta60.3%
Yellow0.0%
Key (black)46.7%
Color previews
#363688 text on a black background
contrast 2.04:1
Card sample
#363688 text on a white background
contrast 10.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #363688;
Background color
Panel with #363688 background
background-color: #363688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #363688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 54, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 54, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #363688; background: linear-gradient(135deg, #363688, #6D3688);