#36309c
a dark, vivid blue · warm · closest name: midnightblue
RGB
54, 48, 156
HSL
243°, 53%, 40%
CMYK
65, 69, 0, 39
Luminance
0.0530
Every format
| HEX | #36309c |
| RGB | rgb(54, 48, 156) |
| HSL | hsl(243, 53%, 40%) |
| CMYK | cmyk(65%, 69%, 0%, 39%) |
| LAB | lab(27.6 36.5 -57.9) |
| LCH | lch(27.6 68.4 302.2) |
| OKLCH | oklch(0.391 0.169 277.7) |
Copy-ready code
/* CSS */
color: #36309c;
background-color: #36309c;
/* Tailwind (arbitrary) */
class="text-[#36309c] bg-[#36309c]"
/* SCSS */
$brand: #36309c;
/* SwiftUI */
Color(red: 0.212, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#36309c")Accessibility — WCAG contrast
Aa
#36309c on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36309c on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green18.8%
Blue61.2%
CMYK percentages
Cyan65.4%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#36309c text on a black background
contrast 2.06:1
Card sample
#36309c text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36309c;
Background color
Panel with #36309c background
background-color: #36309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36309c; background: linear-gradient(135deg, #36309c, #7E309C);