#180613
a deep, vivid magenta / pink · warm · closest name: black
RGB
24, 6, 19
HSL
317°, 60%, 6%
CMYK
0, 75, 21, 91
Luminance
0.0037
Every format
| HEX | #180613 |
| RGB | rgb(24, 6, 19) |
| HSL | hsl(317, 60%, 6%) |
| CMYK | cmyk(0%, 75%, 21%, 91%) |
| LAB | lab(3.4 8.4 -3.6) |
| LCH | lch(3.4 9.2 336.8) |
| OKLCH | oklch(0.160 0.040 338.7) |
Copy-ready code
/* CSS */
color: #180613;
background-color: #180613;
/* Tailwind (arbitrary) */
class="text-[#180613] bg-[#180613]"
/* SCSS */
$brand: #180613;
/* SwiftUI */
Color(red: 0.094, green: 0.024, blue: 0.075)
/* Android */
Color.parseColor("#180613")Accessibility — WCAG contrast
Aa
#180613 on white: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180613 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green2.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow20.8%
Key (black)90.6%
Color previews
#180613 text on a black background
contrast 1.07:1
Card sample
#180613 text on a white background
contrast 19.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180613;
Background color
Panel with #180613 background
background-color: #180613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 6, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 6, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180613; background: linear-gradient(135deg, #180613, #180607);