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