#20003c
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 60
HSL
272°, 100%, 12%
CMYK
47, 100, 0, 77
Luminance
0.0063
Every format
| HEX | #20003c |
| RGB | rgb(32, 0, 60) |
| HSL | hsl(272, 100%, 12%) |
| CMYK | cmyk(47%, 100%, 0%, 77%) |
| LAB | lab(5.7 29.3 -30.8) |
| LCH | lch(5.7 42.5 313.6) |
| OKLCH | oklch(0.200 0.105 302.0) |
Copy-ready code
/* CSS */
color: #20003c;
background-color: #20003c;
/* Tailwind (arbitrary) */
class="text-[#20003c] bg-[#20003c]"
/* SCSS */
$brand: #20003c;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.235)
/* Android */
Color.parseColor("#20003c")Accessibility — WCAG contrast
Aa
#20003c on white: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20003c on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue23.5%
CMYK percentages
Cyan46.7%
Magenta100.0%
Yellow0.0%
Key (black)76.5%
Color previews
#20003c text on a black background
contrast 1.13:1
Card sample
#20003c text on a white background
contrast 18.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20003c;
Background color
Panel with #20003c background
background-color: #20003c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20003c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20003c; background: linear-gradient(135deg, #20003c, #3C0030);