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