#200535
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 5, 53
HSL
274°, 83%, 11%
CMYK
40, 91, 0, 79
Luminance
0.0067
Every format
| HEX | #200535 |
| RGB | rgb(32, 5, 53) |
| HSL | hsl(274, 83%, 11%) |
| CMYK | cmyk(40%, 91%, 0%, 79%) |
| LAB | lab(6.1 24.2 -25.1) |
| LCH | lch(6.1 34.9 313.9) |
| OKLCH | oklch(0.200 0.089 305.4) |
Copy-ready code
/* CSS */
color: #200535;
background-color: #200535;
/* Tailwind (arbitrary) */
class="text-[#200535] bg-[#200535]"
/* SCSS */
$brand: #200535;
/* SwiftUI */
Color(red: 0.125, green: 0.020, blue: 0.208)
/* Android */
Color.parseColor("#200535")Accessibility — WCAG contrast
Aa
#200535 on white: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200535 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.0%
Blue20.8%
CMYK percentages
Cyan39.6%
Magenta90.6%
Yellow0.0%
Key (black)79.2%
Color previews
#200535 text on a black background
contrast 1.13:1
Card sample
#200535 text on a white background
contrast 18.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200535;
Background color
Panel with #200535 background
background-color: #200535;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200535;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 5, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 5, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200535; background: linear-gradient(135deg, #200535, #35052A);