#120021
a deep, electric violet · warm · closest name: black
RGB
18, 0, 33
HSL
273°, 100%, 7%
CMYK
46, 100, 0, 87
Luminance
0.0024
Every format
| HEX | #120021 |
| RGB | rgb(18, 0, 33) |
| HSL | hsl(273, 100%, 7%) |
| CMYK | cmyk(46%, 100%, 0%, 87%) |
| LAB | lab(2.1 12.2 -16.2) |
| LCH | lch(2.1 20.3 307.0) |
| OKLCH | oklch(0.144 0.074 306.8) |
Copy-ready code
/* CSS */
color: #120021;
background-color: #120021;
/* Tailwind (arbitrary) */
class="text-[#120021] bg-[#120021]"
/* SCSS */
$brand: #120021;
/* SwiftUI */
Color(red: 0.071, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#120021")Accessibility — WCAG contrast
Aa
#120021 on white: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#120021 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green0.0%
Blue12.9%
CMYK percentages
Cyan45.5%
Magenta100.0%
Yellow0.0%
Key (black)87.1%
Color previews
#120021 text on a black background
contrast 1.05:1
Card sample
#120021 text on a white background
contrast 20.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #120021;
Background color
Panel with #120021 background
background-color: #120021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #120021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #120021; background: linear-gradient(135deg, #120021, #21001A);