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