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