#200728
a deep, vivid violet · warm · closest name: black
RGB
32, 7, 40
HSL
286°, 70%, 9%
CMYK
20, 83, 0, 84
Luminance
0.0061
Every format
| HEX | #200728 |
| RGB | rgb(32, 7, 40) |
| HSL | hsl(286, 70%, 9%) |
| CMYK | cmyk(20%, 83%, 0%, 84%) |
| LAB | lab(5.5 18.7 -16.3) |
| LCH | lch(5.5 24.8 319.0) |
| OKLCH | oklch(0.192 0.069 317.0) |
Copy-ready code
/* CSS */
color: #200728;
background-color: #200728;
/* Tailwind (arbitrary) */
class="text-[#200728] bg-[#200728]"
/* SCSS */
$brand: #200728;
/* SwiftUI */
Color(red: 0.125, green: 0.027, blue: 0.157)
/* Android */
Color.parseColor("#200728")Accessibility — WCAG contrast
Aa
#200728 on white: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200728 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.7%
Blue15.7%
CMYK percentages
Cyan20.0%
Magenta82.5%
Yellow0.0%
Key (black)84.3%
Color previews
#200728 text on a black background
contrast 1.12:1
Card sample
#200728 text on a white background
contrast 18.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200728;
Background color
Panel with #200728 background
background-color: #200728;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200728;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 7, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 7, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200728; background: linear-gradient(135deg, #200728, #28071A);