#200529
a deep, electric violet · warm · closest name: black
RGB
32, 5, 41
HSL
285°, 78%, 9%
CMYK
22, 88, 0, 84
Luminance
0.0058
Every format
| HEX | #200529 |
| RGB | rgb(32, 5, 41) |
| HSL | hsl(285, 78%, 9%) |
| CMYK | cmyk(22%, 88%, 0%, 84%) |
| LAB | lab(5.2 20.0 -17.5) |
| LCH | lch(5.2 26.6 318.7) |
| OKLCH | oklch(0.189 0.075 316.6) |
Copy-ready code
/* CSS */
color: #200529;
background-color: #200529;
/* Tailwind (arbitrary) */
class="text-[#200529] bg-[#200529]"
/* SCSS */
$brand: #200529;
/* SwiftUI */
Color(red: 0.125, green: 0.020, blue: 0.161)
/* Android */
Color.parseColor("#200529")Accessibility — WCAG contrast
Aa
#200529 on white: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200529 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.0%
Blue16.1%
CMYK percentages
Cyan22.0%
Magenta87.8%
Yellow0.0%
Key (black)83.9%
Color previews
#200529 text on a black background
contrast 1.12:1
Card sample
#200529 text on a white background
contrast 18.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200529;
Background color
Panel with #200529 background
background-color: #200529;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200529;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 5, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 5, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200529; background: linear-gradient(135deg, #200529, #29051A);