#180a11
a deep, soft magenta / pink · warm · closest name: black
RGB
24, 10, 17
HSL
330°, 41%, 7%
CMYK
0, 58, 29, 91
Luminance
0.0045
Every format
| HEX | #180a11 |
| RGB | rgb(24, 10, 17) |
| HSL | hsl(330, 41%, 7%) |
| CMYK | cmyk(0%, 58%, 29%, 91%) |
| LAB | lab(4.1 6.4 -1.4) |
| LCH | lch(4.1 6.6 348.1) |
| OKLCH | oklch(0.169 0.028 349.1) |
Copy-ready code
/* CSS */
color: #180a11;
background-color: #180a11;
/* Tailwind (arbitrary) */
class="text-[#180a11] bg-[#180a11]"
/* SCSS */
$brand: #180a11;
/* SwiftUI */
Color(red: 0.094, green: 0.039, blue: 0.067)
/* Android */
Color.parseColor("#180a11")Accessibility — WCAG contrast
Aa
#180a11 on white: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180a11 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green3.9%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow29.2%
Key (black)90.6%
Color previews
#180a11 text on a black background
contrast 1.09:1
Card sample
#180a11 text on a white background
contrast 19.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180a11;
Background color
Panel with #180a11 background
background-color: #180a11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180a11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 10, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 10, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180a11; background: linear-gradient(135deg, #180a11, #180C0A);