#261221
a deep, soft magenta / pink · warm · closest name: black
RGB
38, 18, 33
HSL
315°, 36%, 11%
CMYK
0, 53, 13, 85
Luminance
0.0095
Every format
| HEX | #261221 |
| RGB | rgb(38, 18, 33) |
| HSL | hsl(315, 36%, 11%) |
| CMYK | cmyk(0%, 53%, 13%, 85%) |
| LAB | lab(8.6 13.2 -6.1) |
| LCH | lch(8.6 14.6 335.2) |
| OKLCH | oklch(0.217 0.042 336.9) |
Copy-ready code
/* CSS */
color: #261221;
background-color: #261221;
/* Tailwind (arbitrary) */
class="text-[#261221] bg-[#261221]"
/* SCSS */
$brand: #261221;
/* SwiftUI */
Color(red: 0.149, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#261221")Accessibility — WCAG contrast
Aa
#261221 on white: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261221 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow13.2%
Key (black)85.1%
Color previews
#261221 text on a black background
contrast 1.19:1
Card sample
#261221 text on a white background
contrast 17.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261221;
Background color
Panel with #261221 background
background-color: #261221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261221; background: linear-gradient(135deg, #261221, #261214);