#261d21
a deep, muted magenta / pink · warm · closest name: black
RGB
38, 29, 33
HSL
333°, 13%, 13%
CMYK
0, 24, 13, 85
Luminance
0.0140
Every format
| HEX | #261d21 |
| RGB | rgb(38, 29, 33) |
| HSL | hsl(333, 13%, 13%) |
| CMYK | cmyk(0%, 24%, 13%, 85%) |
| LAB | lab(12.0 5.3 -1.1) |
| LCH | lch(12.0 5.4 348.5) |
| OKLCH | oklch(0.243 0.016 349.8) |
Copy-ready code
/* CSS */
color: #261d21;
background-color: #261d21;
/* Tailwind (arbitrary) */
class="text-[#261d21] bg-[#261d21]"
/* SCSS */
$brand: #261d21;
/* SwiftUI */
Color(red: 0.149, green: 0.114, blue: 0.129)
/* Android */
Color.parseColor("#261d21")Accessibility — WCAG contrast
Aa
#261d21 on white: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261d21 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green11.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow13.2%
Key (black)85.1%
Color previews
#261d21 text on a black background
contrast 1.28:1
Card sample
#261d21 text on a white background
contrast 16.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261d21;
Background color
Panel with #261d21 background
background-color: #261d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 29, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 29, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261d21; background: linear-gradient(135deg, #261d21, #261F1D);