#200040
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 64
HSL
270°, 100%, 13%
CMYK
50, 100, 0, 75
Luminance
0.0068
Every format
| HEX | #200040 |
| RGB | rgb(32, 0, 64) |
| HSL | hsl(270, 100%, 13%) |
| CMYK | cmyk(50%, 100%, 0%, 75%) |
| LAB | lab(6.1 30.7 -33.0) |
| LCH | lch(6.1 45.0 312.9) |
| OKLCH | oklch(0.204 0.109 299.3) |
Copy-ready code
/* CSS */
color: #200040;
background-color: #200040;
/* Tailwind (arbitrary) */
class="text-[#200040] bg-[#200040]"
/* SCSS */
$brand: #200040;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.251)
/* Android */
Color.parseColor("#200040")Accessibility — WCAG contrast
Aa
#200040 on white: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200040 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue25.1%
CMYK percentages
Cyan50.0%
Magenta100.0%
Yellow0.0%
Key (black)74.9%
Color previews
#200040 text on a black background
contrast 1.14:1
Card sample
#200040 text on a white background
contrast 18.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200040;
Background color
Panel with #200040 background
background-color: #200040;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200040;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200040; background: linear-gradient(135deg, #200040, #400035);