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