#180121
a deep, electric violet · warm · closest name: black
RGB
24, 1, 33
HSL
283°, 94%, 7%
CMYK
27, 97, 0, 87
Luminance
0.0033
Every format
| HEX | #180121 |
| RGB | rgb(24, 1, 33) |
| HSL | hsl(283, 94%, 7%) |
| CMYK | cmyk(27%, 97%, 0%, 87%) |
| LAB | lab(2.9 14.4 -14.9) |
| LCH | lch(2.9 20.8 314.0) |
| OKLCH | oklch(0.158 0.073 315.7) |
Copy-ready code
/* CSS */
color: #180121;
background-color: #180121;
/* Tailwind (arbitrary) */
class="text-[#180121] bg-[#180121]"
/* SCSS */
$brand: #180121;
/* SwiftUI */
Color(red: 0.094, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#180121")Accessibility — WCAG contrast
Aa
#180121 on white: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180121 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green0.4%
Blue12.9%
CMYK percentages
Cyan27.3%
Magenta97.0%
Yellow0.0%
Key (black)87.1%
Color previews
#180121 text on a black background
contrast 1.07:1
Card sample
#180121 text on a white background
contrast 19.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180121;
Background color
Panel with #180121 background
background-color: #180121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180121; background: linear-gradient(135deg, #180121, #210115);