#20002f
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 47
HSL
281°, 100%, 9%
CMYK
32, 100, 0, 82
Luminance
0.0051
Every format
| HEX | #20002f |
| RGB | rgb(32, 0, 47) |
| HSL | hsl(281, 100%, 9%) |
| CMYK | cmyk(32%, 100%, 0%, 82%) |
| LAB | lab(4.6 24.5 -23.0) |
| LCH | lch(4.6 33.6 316.8) |
| OKLCH | oklch(0.185 0.092 312.4) |
Copy-ready code
/* CSS */
color: #20002f;
background-color: #20002f;
/* Tailwind (arbitrary) */
class="text-[#20002f] bg-[#20002f]"
/* SCSS */
$brand: #20002f;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.184)
/* Android */
Color.parseColor("#20002f")Accessibility — WCAG contrast
Aa
#20002f on white: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20002f on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue18.4%
CMYK percentages
Cyan31.9%
Magenta100.0%
Yellow0.0%
Key (black)81.6%
Color previews
#20002f text on a black background
contrast 1.10:1
Card sample
#20002f text on a white background
contrast 19.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20002f;
Background color
Panel with #20002f background
background-color: #20002f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20002f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20002f; background: linear-gradient(135deg, #20002f, #2F001F);