#260921
a deep, vivid magenta / pink · warm · closest name: black
RGB
38, 9, 33
HSL
310°, 62%, 9%
CMYK
0, 76, 13, 85
Luminance
0.0072
Every format
| HEX | #260921 |
| RGB | rgb(38, 9, 33) |
| HSL | hsl(310, 62%, 9%) |
| CMYK | cmyk(0%, 76%, 13%, 85%) |
| LAB | lab(6.5 18.6 -9.3) |
| LCH | lch(6.5 20.8 333.3) |
| OKLCH | oklch(0.201 0.061 334.9) |
Copy-ready code
/* CSS */
color: #260921;
background-color: #260921;
/* Tailwind (arbitrary) */
class="text-[#260921] bg-[#260921]"
/* SCSS */
$brand: #260921;
/* SwiftUI */
Color(red: 0.149, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#260921")Accessibility — WCAG contrast
Aa
#260921 on white: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260921 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green3.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow13.2%
Key (black)85.1%
Color previews
#260921 text on a black background
contrast 1.14:1
Card sample
#260921 text on a white background
contrast 18.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260921;
Background color
Panel with #260921 background
background-color: #260921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260921; background: linear-gradient(135deg, #260921, #26090E);