#200045
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 69
HSL
268°, 100%, 14%
CMYK
54, 100, 0, 73
Luminance
0.0074
Every format
| HEX | #200045 |
| RGB | rgb(32, 0, 69) |
| HSL | hsl(268, 100%, 14%) |
| CMYK | cmyk(54%, 100%, 0%, 73%) |
| LAB | lab(6.7 32.3 -35.7) |
| LCH | lch(6.7 48.1 312.2) |
| OKLCH | oklch(0.210 0.115 296.2) |
Copy-ready code
/* CSS */
color: #200045;
background-color: #200045;
/* Tailwind (arbitrary) */
class="text-[#200045] bg-[#200045]"
/* SCSS */
$brand: #200045;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.271)
/* Android */
Color.parseColor("#200045")Accessibility — WCAG contrast
Aa
#200045 on white: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200045 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue27.1%
CMYK percentages
Cyan53.6%
Magenta100.0%
Yellow0.0%
Key (black)72.9%
Color previews
#200045 text on a black background
contrast 1.15:1
Card sample
#200045 text on a white background
contrast 18.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200045;
Background color
Panel with #200045 background
background-color: #200045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200045; background: linear-gradient(135deg, #200045, #45003C);