#20004f
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 79
HSL
264°, 100%, 16%
CMYK
60, 100, 0, 69
Luminance
0.0087
Every format
| HEX | #20004f |
| RGB | rgb(32, 0, 79) |
| HSL | hsl(264, 100%, 16%) |
| CMYK | cmyk(60%, 100%, 0%, 69%) |
| LAB | lab(7.9 35.3 -40.7) |
| LCH | lch(7.9 53.9 310.9) |
| OKLCH | oklch(0.223 0.125 291.0) |
Copy-ready code
/* CSS */
color: #20004f;
background-color: #20004f;
/* Tailwind (arbitrary) */
class="text-[#20004f] bg-[#20004f]"
/* SCSS */
$brand: #20004f;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#20004f")Accessibility — WCAG contrast
Aa
#20004f on white: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20004f on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue31.0%
CMYK percentages
Cyan59.5%
Magenta100.0%
Yellow0.0%
Key (black)69.0%
Color previews
#20004f text on a black background
contrast 1.17:1
Card sample
#20004f text on a white background
contrast 17.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20004f;
Background color
Panel with #20004f background
background-color: #20004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20004f; background: linear-gradient(135deg, #20004f, #4F0049);