#20122c
a deep, soft violet · warm · closest name: black
RGB
32, 18, 44
HSL
272°, 42%, 12%
CMYK
27, 59, 0, 83
Luminance
0.0092
Every format
| HEX | #20122c |
| RGB | rgb(32, 18, 44) |
| HSL | hsl(272, 42%, 12%) |
| CMYK | cmyk(27%, 59%, 0%, 83%) |
| LAB | lab(8.3 13.7 -14.9) |
| LCH | lch(8.3 20.2 312.7) |
| OKLCH | oklch(0.215 0.052 307.4) |
Copy-ready code
/* CSS */
color: #20122c;
background-color: #20122c;
/* Tailwind (arbitrary) */
class="text-[#20122c] bg-[#20122c]"
/* SCSS */
$brand: #20122c;
/* SwiftUI */
Color(red: 0.125, green: 0.071, blue: 0.173)
/* Android */
Color.parseColor("#20122c")Accessibility — WCAG contrast
Aa
#20122c on white: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20122c on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.1%
Blue17.3%
CMYK percentages
Cyan27.3%
Magenta59.1%
Yellow0.0%
Key (black)82.7%
Color previews
#20122c text on a black background
contrast 1.18:1
Card sample
#20122c text on a white background
contrast 17.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20122c;
Background color
Panel with #20122c background
background-color: #20122c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20122c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 18, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 18, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20122c; background: linear-gradient(135deg, #20122c, #2C1227);