#200547
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 5, 71
HSL
265°, 87%, 15%
CMYK
55, 93, 0, 72
Luminance
0.0087
Every format
| HEX | #200547 |
| RGB | rgb(32, 5, 71) |
| HSL | hsl(265, 87%, 15%) |
| CMYK | cmyk(55%, 93%, 0%, 72%) |
| LAB | lab(7.9 30.1 -35.1) |
| LCH | lch(7.9 46.2 310.6) |
| OKLCH | oklch(0.220 0.110 293.7) |
Copy-ready code
/* CSS */
color: #200547;
background-color: #200547;
/* Tailwind (arbitrary) */
class="text-[#200547] bg-[#200547]"
/* SCSS */
$brand: #200547;
/* SwiftUI */
Color(red: 0.125, green: 0.020, blue: 0.278)
/* Android */
Color.parseColor("#200547")Accessibility — WCAG contrast
Aa
#200547 on white: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200547 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.0%
Blue27.8%
CMYK percentages
Cyan54.9%
Magenta93.0%
Yellow0.0%
Key (black)72.2%
Color previews
#200547 text on a black background
contrast 1.17:1
Card sample
#200547 text on a white background
contrast 17.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200547;
Background color
Panel with #200547 background
background-color: #200547;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200547;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 5, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 5, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200547; background: linear-gradient(135deg, #200547, #470542);