#261821
a deep, soft magenta / pink · warm · closest name: black
RGB
38, 24, 33
HSL
321°, 23%, 12%
CMYK
0, 37, 13, 85
Luminance
0.0118
Every format
| HEX | #261821 |
| RGB | rgb(38, 24, 33) |
| HSL | hsl(321, 23%, 12%) |
| CMYK | cmyk(0%, 37%, 13%, 85%) |
| LAB | lab(10.4 8.9 -3.4) |
| LCH | lch(10.4 9.5 338.9) |
| OKLCH | oklch(0.231 0.027 340.6) |
Copy-ready code
/* CSS */
color: #261821;
background-color: #261821;
/* Tailwind (arbitrary) */
class="text-[#261821] bg-[#261821]"
/* SCSS */
$brand: #261821;
/* SwiftUI */
Color(red: 0.149, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#261821")Accessibility — WCAG contrast
Aa
#261821 on white: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261821 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow13.2%
Key (black)85.1%
Color previews
#261821 text on a black background
contrast 1.24:1
Card sample
#261821 text on a white background
contrast 17.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261821;
Background color
Panel with #261821 background
background-color: #261821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261821; background: linear-gradient(135deg, #261821, #261818);