#1b0e18
a deep, soft magenta / pink · warm · closest name: black
RGB
27, 14, 24
HSL
314°, 32%, 8%
CMYK
0, 48, 11, 89
Luminance
0.0061
Every format
| HEX | #1b0e18 |
| RGB | rgb(27, 14, 24) |
| HSL | hsl(314, 32%, 8%) |
| CMYK | cmyk(0%, 48%, 11%, 89%) |
| LAB | lab(5.5 7.8 -3.9) |
| LCH | lch(5.5 8.8 333.4) |
| OKLCH | oklch(0.187 0.029 335.4) |
Copy-ready code
/* CSS */
color: #1b0e18;
background-color: #1b0e18;
/* Tailwind (arbitrary) */
class="text-[#1b0e18] bg-[#1b0e18]"
/* SCSS */
$brand: #1b0e18;
/* SwiftUI */
Color(red: 0.106, green: 0.055, blue: 0.094)
/* Android */
Color.parseColor("#1b0e18")Accessibility — WCAG contrast
Aa
#1b0e18 on white: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0e18 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green5.5%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow11.1%
Key (black)89.4%
Color previews
#1b0e18 text on a black background
contrast 1.12:1
Card sample
#1b0e18 text on a white background
contrast 18.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0e18;
Background color
Panel with #1b0e18 background
background-color: #1b0e18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0e18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 14, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 14, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0e18; background: linear-gradient(135deg, #1b0e18, #1B0E0F);