#180318
a deep, electric magenta / pink · warm · closest name: black
RGB
24, 3, 24
HSL
300°, 78%, 5%
CMYK
0, 88, 0, 91
Luminance
0.0033
Every format
| HEX | #180318 |
| RGB | rgb(24, 3, 24) |
| HSL | hsl(300, 78%, 5%) |
| CMYK | cmyk(0%, 88%, 0%, 91%) |
| LAB | lab(2.9 10.8 -7.8) |
| LCH | lch(2.9 13.3 324.4) |
| OKLCH | oklch(0.155 0.056 327.9) |
Copy-ready code
/* CSS */
color: #180318;
background-color: #180318;
/* Tailwind (arbitrary) */
class="text-[#180318] bg-[#180318]"
/* SCSS */
$brand: #180318;
/* SwiftUI */
Color(red: 0.094, green: 0.012, blue: 0.094)
/* Android */
Color.parseColor("#180318")Accessibility — WCAG contrast
Aa
#180318 on white: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180318 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green1.2%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow0.0%
Key (black)90.6%
Color previews
#180318 text on a black background
contrast 1.07:1
Card sample
#180318 text on a white background
contrast 19.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180318;
Background color
Panel with #180318 background
background-color: #180318;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180318;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 3, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 3, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180318; background: linear-gradient(135deg, #180318, #18030A);