#200035
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 53
HSL
276°, 100%, 10%
CMYK
40, 100, 0, 79
Luminance
0.0056
Every format
| HEX | #200035 |
| RGB | rgb(32, 0, 53) |
| HSL | hsl(276, 100%, 10%) |
| CMYK | cmyk(40%, 100%, 0%, 79%) |
| LAB | lab(5.1 26.7 -26.7) |
| LCH | lch(5.1 37.8 315.0) |
| OKLCH | oklch(0.192 0.098 307.2) |
Copy-ready code
/* CSS */
color: #200035;
background-color: #200035;
/* Tailwind (arbitrary) */
class="text-[#200035] bg-[#200035]"
/* SCSS */
$brand: #200035;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.208)
/* Android */
Color.parseColor("#200035")Accessibility — WCAG contrast
Aa
#200035 on white: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200035 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue20.8%
CMYK percentages
Cyan39.6%
Magenta100.0%
Yellow0.0%
Key (black)79.2%
Color previews
#200035 text on a black background
contrast 1.11:1
Card sample
#200035 text on a white background
contrast 18.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200035;
Background color
Panel with #200035 background
background-color: #200035;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200035;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200035; background: linear-gradient(135deg, #200035, #350027);