#261a21
a deep, soft magenta / pink · warm · closest name: black
RGB
38, 26, 33
HSL
325°, 19%, 13%
CMYK
0, 32, 13, 85
Luminance
0.0126
Every format
| HEX | #261a21 |
| RGB | rgb(38, 26, 33) |
| HSL | hsl(325, 19%, 13%) |
| CMYK | cmyk(0%, 32%, 13%, 85%) |
| LAB | lab(11.0 7.4 -2.5) |
| LCH | lch(11.0 7.8 341.4) |
| OKLCH | oklch(0.236 0.023 343.1) |
Copy-ready code
/* CSS */
color: #261a21;
background-color: #261a21;
/* Tailwind (arbitrary) */
class="text-[#261a21] bg-[#261a21]"
/* SCSS */
$brand: #261a21;
/* SwiftUI */
Color(red: 0.149, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#261a21")Accessibility — WCAG contrast
Aa
#261a21 on white: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261a21 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow13.2%
Key (black)85.1%
Color previews
#261a21 text on a black background
contrast 1.25:1
Card sample
#261a21 text on a white background
contrast 16.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261a21;
Background color
Panel with #261a21 background
background-color: #261a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261a21; background: linear-gradient(135deg, #261a21, #261B1A);