#180213
a deep, electric magenta / pink · warm · closest name: black
RGB
24, 2, 19
HSL
314°, 85%, 5%
CMYK
0, 92, 21, 91
Luminance
0.0028
Every format
| HEX | #180213 |
| RGB | rgb(24, 2, 19) |
| HSL | hsl(314, 85%, 5%) |
| CMYK | cmyk(0%, 92%, 21%, 91%) |
| LAB | lab(2.6 10.1 -4.8) |
| LCH | lch(2.6 11.1 334.6) |
| OKLCH | oklch(0.149 0.054 337.0) |
Copy-ready code
/* CSS */
color: #180213;
background-color: #180213;
/* Tailwind (arbitrary) */
class="text-[#180213] bg-[#180213]"
/* SCSS */
$brand: #180213;
/* SwiftUI */
Color(red: 0.094, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#180213")Accessibility — WCAG contrast
Aa
#180213 on white: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180213 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green0.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow20.8%
Key (black)90.6%
Color previews
#180213 text on a black background
contrast 1.06:1
Card sample
#180213 text on a white background
contrast 19.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180213;
Background color
Panel with #180213 background
background-color: #180213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180213; background: linear-gradient(135deg, #180213, #180204);