#261321
a deep, soft magenta / pink · warm · closest name: black
RGB
38, 19, 33
HSL
316°, 33%, 11%
CMYK
0, 50, 13, 85
Luminance
0.0099
Every format
| HEX | #261321 |
| RGB | rgb(38, 19, 33) |
| HSL | hsl(316, 33%, 11%) |
| CMYK | cmyk(0%, 50%, 13%, 85%) |
| LAB | lab(8.9 12.5 -5.7) |
| LCH | lch(8.9 13.7 335.6) |
| OKLCH | oklch(0.220 0.039 337.3) |
Copy-ready code
/* CSS */
color: #261321;
background-color: #261321;
/* Tailwind (arbitrary) */
class="text-[#261321] bg-[#261321]"
/* SCSS */
$brand: #261321;
/* SwiftUI */
Color(red: 0.149, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#261321")Accessibility — WCAG contrast
Aa
#261321 on white: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261321 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow13.2%
Key (black)85.1%
Color previews
#261321 text on a black background
contrast 1.20:1
Card sample
#261321 text on a white background
contrast 17.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261321;
Background color
Panel with #261321 background
background-color: #261321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261321; background: linear-gradient(135deg, #261321, #261314);