#20003b
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 59
HSL
273°, 100%, 12%
CMYK
46, 100, 0, 77
Luminance
0.0062
Every format
| HEX | #20003b |
| RGB | rgb(32, 0, 59) |
| HSL | hsl(273, 100%, 12%) |
| CMYK | cmyk(46%, 100%, 0%, 77%) |
| LAB | lab(5.6 28.9 -30.2) |
| LCH | lch(5.6 41.8 313.7) |
| OKLCH | oklch(0.198 0.104 302.7) |
Copy-ready code
/* CSS */
color: #20003b;
background-color: #20003b;
/* Tailwind (arbitrary) */
class="text-[#20003b] bg-[#20003b]"
/* SCSS */
$brand: #20003b;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.231)
/* Android */
Color.parseColor("#20003b")Accessibility — WCAG contrast
Aa
#20003b on white: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20003b on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue23.1%
CMYK percentages
Cyan45.8%
Magenta100.0%
Yellow0.0%
Key (black)76.9%
Color previews
#20003b text on a black background
contrast 1.12:1
Card sample
#20003b text on a white background
contrast 18.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20003b;
Background color
Panel with #20003b background
background-color: #20003b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20003b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20003b; background: linear-gradient(135deg, #20003b, #3B002F);