#20006b
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 107
HSL
258°, 100%, 21%
CMYK
70, 100, 0, 58
Luminance
0.0137
Every format
| HEX | #20006b |
| RGB | rgb(32, 0, 107) |
| HSL | hsl(258, 100%, 21%) |
| CMYK | cmyk(70%, 100%, 0%, 58%) |
| LAB | lab(11.8 42.7 -53.1) |
| LCH | lch(11.8 68.1 308.8) |
| OKLCH | oklch(0.260 0.156 281.0) |
Copy-ready code
/* CSS */
color: #20006b;
background-color: #20006b;
/* Tailwind (arbitrary) */
class="text-[#20006b] bg-[#20006b]"
/* SCSS */
$brand: #20006b;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.420)
/* Android */
Color.parseColor("#20006b")Accessibility — WCAG contrast
Aa
#20006b on white: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20006b on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue42.0%
CMYK percentages
Cyan70.1%
Magenta100.0%
Yellow0.0%
Key (black)58.0%
Color previews
#20006b text on a black background
contrast 1.27:1
Card sample
#20006b text on a white background
contrast 16.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20006b;
Background color
Panel with #20006b background
background-color: #20006b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20006b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20006b; background: linear-gradient(135deg, #20006b, #67006B);