#36247f
a dark, vivid blue · warm · closest name: midnightblue
RGB
54, 36, 127
HSL
252°, 56%, 32%
CMYK
58, 72, 0, 50
Luminance
0.0358
Every format
| HEX | #36247f |
| RGB | rgb(54, 36, 127) |
| HSL | hsl(252, 56%, 32%) |
| CMYK | cmyk(58%, 72%, 0%, 50%) |
| LAB | lab(22.2 34.1 -48.6) |
| LCH | lch(22.2 59.4 305.1) |
| OKLCH | oklch(0.344 0.145 284.9) |
Copy-ready code
/* CSS */
color: #36247f;
background-color: #36247f;
/* Tailwind (arbitrary) */
class="text-[#36247f] bg-[#36247f]"
/* SCSS */
$brand: #36247f;
/* SwiftUI */
Color(red: 0.212, green: 0.141, blue: 0.498)
/* Android */
Color.parseColor("#36247f")Accessibility — WCAG contrast
Aa
#36247f on white: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36247f on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green14.1%
Blue49.8%
CMYK percentages
Cyan57.5%
Magenta71.7%
Yellow0.0%
Key (black)50.2%
Color previews
#36247f text on a black background
contrast 1.72:1
Card sample
#36247f text on a white background
contrast 12.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36247f;
Background color
Panel with #36247f background
background-color: #36247f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36247f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 36, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 36, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36247f; background: linear-gradient(135deg, #36247f, #73247F);