#36075f
a deep, electric violet · warm · closest name: midnightblue
RGB
54, 7, 95
HSL
272°, 86%, 20%
CMYK
43, 93, 0, 63
Luminance
0.0176
Every format
| HEX | #36075f |
| RGB | rgb(54, 7, 95) |
| HSL | hsl(272, 86%, 20%) |
| CMYK | cmyk(43%, 93%, 0%, 63%) |
| LAB | lab(14.2 38.8 -41.0) |
| LCH | lch(14.2 56.4 313.4) |
| OKLCH | oklch(0.278 0.137 301.2) |
Copy-ready code
/* CSS */
color: #36075f;
background-color: #36075f;
/* Tailwind (arbitrary) */
class="text-[#36075f] bg-[#36075f]"
/* SCSS */
$brand: #36075f;
/* SwiftUI */
Color(red: 0.212, green: 0.027, blue: 0.373)
/* Android */
Color.parseColor("#36075f")Accessibility — WCAG contrast
Aa
#36075f on white: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36075f on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green2.7%
Blue37.3%
CMYK percentages
Cyan43.2%
Magenta92.6%
Yellow0.0%
Key (black)62.7%
Color previews
#36075f text on a black background
contrast 1.35:1
Card sample
#36075f text on a white background
contrast 15.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36075f;
Background color
Panel with #36075f background
background-color: #36075f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36075f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 7, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 7, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36075f; background: linear-gradient(135deg, #36075f, #5F074D);