#20003a
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 58
HSL
273°, 100%, 11%
CMYK
45, 100, 0, 77
Luminance
0.0061
Every format
| HEX | #20003a |
| RGB | rgb(32, 0, 58) |
| HSL | hsl(273, 100%, 11%) |
| CMYK | cmyk(45%, 100%, 0%, 77%) |
| LAB | lab(5.5 28.6 -29.6) |
| LCH | lch(5.5 41.1 313.9) |
| OKLCH | oklch(0.197 0.103 303.4) |
Copy-ready code
/* CSS */
color: #20003a;
background-color: #20003a;
/* Tailwind (arbitrary) */
class="text-[#20003a] bg-[#20003a]"
/* SCSS */
$brand: #20003a;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.227)
/* Android */
Color.parseColor("#20003a")Accessibility — WCAG contrast
Aa
#20003a on white: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20003a on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue22.7%
CMYK percentages
Cyan44.8%
Magenta100.0%
Yellow0.0%
Key (black)77.3%
Color previews
#20003a text on a black background
contrast 1.12:1
Card sample
#20003a text on a white background
contrast 18.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20003a;
Background color
Panel with #20003a background
background-color: #20003a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20003a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20003a; background: linear-gradient(135deg, #20003a, #3A002D);