#1b1218
a deep, soft magenta / pink · warm · closest name: black
RGB
27, 18, 24
HSL
320°, 20%, 9%
CMYK
0, 33, 11, 89
Luminance
0.0073
Every format
| HEX | #1b1218 |
| RGB | rgb(27, 18, 24) |
| HSL | hsl(320, 20%, 9%) |
| CMYK | cmyk(0%, 33%, 11%, 89%) |
| LAB | lab(6.6 5.6 -2.4) |
| LCH | lch(6.6 6.1 337.3) |
| OKLCH | oklch(0.197 0.019 339.1) |
Copy-ready code
/* CSS */
color: #1b1218;
background-color: #1b1218;
/* Tailwind (arbitrary) */
class="text-[#1b1218] bg-[#1b1218]"
/* SCSS */
$brand: #1b1218;
/* SwiftUI */
Color(red: 0.106, green: 0.071, blue: 0.094)
/* Android */
Color.parseColor("#1b1218")Accessibility — WCAG contrast
Aa
#1b1218 on white: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b1218 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green7.1%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow11.1%
Key (black)89.4%
Color previews
#1b1218 text on a black background
contrast 1.15:1
Card sample
#1b1218 text on a white background
contrast 18.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b1218;
Background color
Panel with #1b1218 background
background-color: #1b1218;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b1218;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 18, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 18, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b1218; background: linear-gradient(135deg, #1b1218, #1B1212);