#260521
a deep, electric magenta / pink · warm · closest name: black
RGB
38, 5, 33
HSL
309°, 77%, 8%
CMYK
0, 87, 13, 85
Luminance
0.0063
Every format
| HEX | #260521 |
| RGB | rgb(38, 5, 33) |
| HSL | hsl(309, 77%, 8%) |
| CMYK | cmyk(0%, 87%, 13%, 85%) |
| LAB | lab(5.7 20.5 -10.6) |
| LCH | lch(5.7 23.1 332.8) |
| OKLCH | oklch(0.194 0.070 334.5) |
Copy-ready code
/* CSS */
color: #260521;
background-color: #260521;
/* Tailwind (arbitrary) */
class="text-[#260521] bg-[#260521]"
/* SCSS */
$brand: #260521;
/* SwiftUI */
Color(red: 0.149, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#260521")Accessibility — WCAG contrast
Aa
#260521 on white: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260521 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow13.2%
Key (black)85.1%
Color previews
#260521 text on a black background
contrast 1.13:1
Card sample
#260521 text on a white background
contrast 18.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260521;
Background color
Panel with #260521 background
background-color: #260521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260521; background: linear-gradient(135deg, #260521, #26050B);