#200066
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 102
HSL
259°, 100%, 20%
CMYK
69, 100, 0, 60
Luminance
0.0127
Every format
| HEX | #200066 |
| RGB | rgb(32, 0, 102) |
| HSL | hsl(259, 100%, 20%) |
| CMYK | cmyk(69%, 100%, 0%, 60%) |
| LAB | lab(11.0 41.4 -51.0) |
| LCH | lch(11.0 65.7 309.0) |
| OKLCH | oklch(0.253 0.150 282.4) |
Copy-ready code
/* CSS */
color: #200066;
background-color: #200066;
/* Tailwind (arbitrary) */
class="text-[#200066] bg-[#200066]"
/* SCSS */
$brand: #200066;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.400)
/* Android */
Color.parseColor("#200066")Accessibility — WCAG contrast
Aa
#200066 on white: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200066 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue40.0%
CMYK percentages
Cyan68.6%
Magenta100.0%
Yellow0.0%
Key (black)60.0%
Color previews
#200066 text on a black background
contrast 1.25:1
Card sample
#200066 text on a white background
contrast 16.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200066;
Background color
Panel with #200066 background
background-color: #200066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200066; background: linear-gradient(135deg, #200066, #640066);