#200541
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 5, 65
HSL
267°, 86%, 14%
CMYK
51, 92, 0, 75
Luminance
0.0080
Every format
| HEX | #200541 |
| RGB | rgb(32, 5, 65) |
| HSL | hsl(267, 86%, 14%) |
| CMYK | cmyk(51%, 92%, 0%, 75%) |
| LAB | lab(7.2 28.2 -31.9) |
| LCH | lch(7.2 42.6 311.5) |
| OKLCH | oklch(0.213 0.103 297.1) |
Copy-ready code
/* CSS */
color: #200541;
background-color: #200541;
/* Tailwind (arbitrary) */
class="text-[#200541] bg-[#200541]"
/* SCSS */
$brand: #200541;
/* SwiftUI */
Color(red: 0.125, green: 0.020, blue: 0.255)
/* Android */
Color.parseColor("#200541")Accessibility — WCAG contrast
Aa
#200541 on white: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200541 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.0%
Blue25.5%
CMYK percentages
Cyan50.8%
Magenta92.3%
Yellow0.0%
Key (black)74.5%
Color previews
#200541 text on a black background
contrast 1.16:1
Card sample
#200541 text on a white background
contrast 18.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200541;
Background color
Panel with #200541 background
background-color: #200541;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200541;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 5, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 5, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200541; background: linear-gradient(135deg, #200541, #41053A);