#20005c
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 92
HSL
261°, 100%, 18%
CMYK
65, 100, 0, 64
Luminance
0.0108
Every format
| HEX | #20005c |
| RGB | rgb(32, 0, 92) |
| HSL | hsl(261, 100%, 18%) |
| CMYK | cmyk(65%, 100%, 0%, 64%) |
| LAB | lab(9.6 38.7 -46.6) |
| LCH | lch(9.6 60.6 309.7) |
| OKLCH | oklch(0.239 0.139 285.6) |
Copy-ready code
/* CSS */
color: #20005c;
background-color: #20005c;
/* Tailwind (arbitrary) */
class="text-[#20005c] bg-[#20005c]"
/* SCSS */
$brand: #20005c;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#20005c")Accessibility — WCAG contrast
Aa
#20005c on white: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20005c on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue36.1%
CMYK percentages
Cyan65.2%
Magenta100.0%
Yellow0.0%
Key (black)63.9%
Color previews
#20005c text on a black background
contrast 1.22:1
Card sample
#20005c text on a white background
contrast 17.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20005c;
Background color
Panel with #20005c background
background-color: #20005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20005c; background: linear-gradient(135deg, #20005c, #5C005A);