#26041c
a deep, electric magenta / pink · warm · closest name: black
RGB
38, 4, 28
HSL
318°, 81%, 8%
CMYK
0, 90, 26, 85
Luminance
0.0058
Every format
| HEX | #26041c |
| RGB | rgb(38, 4, 28) |
| HSL | hsl(318, 81%, 8%) |
| CMYK | cmyk(0%, 90%, 26%, 85%) |
| LAB | lab(5.3 19.8 -7.3) |
| LCH | lch(5.3 21.1 339.8) |
| OKLCH | oklch(0.189 0.068 341.6) |
Copy-ready code
/* CSS */
color: #26041c;
background-color: #26041c;
/* Tailwind (arbitrary) */
class="text-[#26041c] bg-[#26041c]"
/* SCSS */
$brand: #26041c;
/* SwiftUI */
Color(red: 0.149, green: 0.016, blue: 0.110)
/* Android */
Color.parseColor("#26041c")Accessibility — WCAG contrast
Aa
#26041c on white: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#26041c on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green1.6%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow26.3%
Key (black)85.1%
Color previews
#26041c text on a black background
contrast 1.12:1
Card sample
#26041c text on a white background
contrast 18.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26041c;
Background color
Panel with #26041c background
background-color: #26041c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26041c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 4, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 4, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26041c; background: linear-gradient(135deg, #26041c, #260405);