#260721
a deep, vivid magenta / pink · warm · closest name: black
RGB
38, 7, 33
HSL
310°, 69%, 9%
CMYK
0, 82, 13, 85
Luminance
0.0067
Every format
| HEX | #260721 |
| RGB | rgb(38, 7, 33) |
| HSL | hsl(310, 69%, 9%) |
| CMYK | cmyk(0%, 82%, 13%, 85%) |
| LAB | lab(6.1 19.6 -9.9) |
| LCH | lch(6.1 22.0 333.1) |
| OKLCH | oklch(0.197 0.065 334.7) |
Copy-ready code
/* CSS */
color: #260721;
background-color: #260721;
/* Tailwind (arbitrary) */
class="text-[#260721] bg-[#260721]"
/* SCSS */
$brand: #260721;
/* SwiftUI */
Color(red: 0.149, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#260721")Accessibility — WCAG contrast
Aa
#260721 on white: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260721 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow13.2%
Key (black)85.1%
Color previews
#260721 text on a black background
contrast 1.13:1
Card sample
#260721 text on a white background
contrast 18.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260721;
Background color
Panel with #260721 background
background-color: #260721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260721; background: linear-gradient(135deg, #260721, #26070C);