#261726
a deep, soft magenta / pink · warm · closest name: black
RGB
38, 23, 38
HSL
300°, 25%, 12%
CMYK
0, 40, 0, 85
Luminance
0.0116
Every format
| HEX | #261726 |
| RGB | rgb(38, 23, 38) |
| HSL | hsl(300, 25%, 12%) |
| CMYK | cmyk(0%, 40%, 0%, 85%) |
| LAB | lab(10.3 10.8 -7.3) |
| LCH | lch(10.3 13.0 326.1) |
| OKLCH | oklch(0.231 0.036 326.7) |
Copy-ready code
/* CSS */
color: #261726;
background-color: #261726;
/* Tailwind (arbitrary) */
class="text-[#261726] bg-[#261726]"
/* SCSS */
$brand: #261726;
/* SwiftUI */
Color(red: 0.149, green: 0.090, blue: 0.149)
/* Android */
Color.parseColor("#261726")Accessibility — WCAG contrast
Aa
#261726 on white: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261726 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green9.0%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow0.0%
Key (black)85.1%
Color previews
#261726 text on a black background
contrast 1.23:1
Card sample
#261726 text on a white background
contrast 17.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261726;
Background color
Panel with #261726 background
background-color: #261726;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261726;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 23, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 23, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261726; background: linear-gradient(135deg, #261726, #26171C);