#20002c
a deep, electric violet · warm · closest name: black
RGB
32, 0, 44
HSL
284°, 100%, 9%
CMYK
27, 100, 0, 83
Luminance
0.0049
Every format
| HEX | #20002c |
| RGB | rgb(32, 0, 44) |
| HSL | hsl(284, 100%, 9%) |
| CMYK | cmyk(27%, 100%, 0%, 83%) |
| LAB | lab(4.4 23.4 -21.0) |
| LCH | lch(4.4 31.4 318.0) |
| OKLCH | oklch(0.182 0.090 315.2) |
Copy-ready code
/* CSS */
color: #20002c;
background-color: #20002c;
/* Tailwind (arbitrary) */
class="text-[#20002c] bg-[#20002c]"
/* SCSS */
$brand: #20002c;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#20002c")Accessibility — WCAG contrast
Aa
#20002c on white: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20002c on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue17.3%
CMYK percentages
Cyan27.3%
Magenta100.0%
Yellow0.0%
Key (black)82.7%
Color previews
#20002c text on a black background
contrast 1.10:1
Card sample
#20002c text on a white background
contrast 19.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20002c;
Background color
Panel with #20002c background
background-color: #20002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20002c; background: linear-gradient(135deg, #20002c, #2C001B);