#200028
a deep, electric violet · warm · closest name: black
RGB
32, 0, 40
HSL
288°, 100%, 8%
CMYK
20, 100, 0, 84
Luminance
0.0046
Every format
| HEX | #200028 |
| RGB | rgb(32, 0, 40) |
| HSL | hsl(288, 100%, 8%) |
| CMYK | cmyk(20%, 100%, 0%, 84%) |
| LAB | lab(4.2 21.9 -18.4) |
| LCH | lch(4.2 28.6 320.0) |
| OKLCH | oklch(0.178 0.086 319.2) |
Copy-ready code
/* CSS */
color: #200028;
background-color: #200028;
/* Tailwind (arbitrary) */
class="text-[#200028] bg-[#200028]"
/* SCSS */
$brand: #200028;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.157)
/* Android */
Color.parseColor("#200028")Accessibility — WCAG contrast
Aa
#200028 on white: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200028 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue15.7%
CMYK percentages
Cyan20.0%
Magenta100.0%
Yellow0.0%
Key (black)84.3%
Color previews
#200028 text on a black background
contrast 1.09:1
Card sample
#200028 text on a white background
contrast 19.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200028;
Background color
Panel with #200028 background
background-color: #200028;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200028;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200028; background: linear-gradient(135deg, #200028, #280015);