#201639
a deep, soft violet · warm · closest name: black
RGB
32, 22, 57
HSL
257°, 44%, 16%
CMYK
44, 61, 0, 78
Luminance
0.0118
Every format
| HEX | #201639 |
| RGB | rgb(32, 22, 57) |
| HSL | hsl(257, 44%, 16%) |
| CMYK | cmyk(44%, 61%, 0%, 78%) |
| LAB | lab(10.4 15.0 -21.1) |
| LCH | lch(10.4 25.9 305.4) |
| OKLCH | oklch(0.234 0.065 293.9) |
Copy-ready code
/* CSS */
color: #201639;
background-color: #201639;
/* Tailwind (arbitrary) */
class="text-[#201639] bg-[#201639]"
/* SCSS */
$brand: #201639;
/* SwiftUI */
Color(red: 0.125, green: 0.086, blue: 0.224)
/* Android */
Color.parseColor("#201639")Accessibility — WCAG contrast
Aa
#201639 on white: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201639 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green8.6%
Blue22.4%
CMYK percentages
Cyan43.9%
Magenta61.4%
Yellow0.0%
Key (black)77.6%
Color previews
#201639 text on a black background
contrast 1.24:1
Card sample
#201639 text on a white background
contrast 17.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201639;
Background color
Panel with #201639 background
background-color: #201639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 22, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 22, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201639; background: linear-gradient(135deg, #201639, #371639);