#1b001a
a deep, electric magenta / pink · warm · closest name: black
RGB
27, 0, 26
HSL
302°, 100%, 5%
CMYK
0, 100, 4, 89
Luminance
0.0031
Every format
| HEX | #1b001a |
| RGB | rgb(27, 0, 26) |
| HSL | hsl(302, 100%, 5%) |
| CMYK | cmyk(0%, 100%, 4%, 89%) |
| LAB | lab(2.8 14.2 -9.6) |
| LCH | lch(2.8 17.1 326.0) |
| OKLCH | oklch(0.155 0.071 329.8) |
Copy-ready code
/* CSS */
color: #1b001a;
background-color: #1b001a;
/* Tailwind (arbitrary) */
class="text-[#1b001a] bg-[#1b001a]"
/* SCSS */
$brand: #1b001a;
/* SwiftUI */
Color(red: 0.106, green: 0.000, blue: 0.102)
/* Android */
Color.parseColor("#1b001a")Accessibility — WCAG contrast
Aa
#1b001a on white: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b001a on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green0.0%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow3.7%
Key (black)89.4%
Color previews
#1b001a text on a black background
contrast 1.06:1
Card sample
#1b001a text on a white background
contrast 19.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b001a;
Background color
Panel with #1b001a background
background-color: #1b001a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b001a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 0, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 0, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b001a; background: linear-gradient(135deg, #1b001a, #1B0008);