#260b21
a deep, vivid magenta / pink · warm · closest name: black
RGB
38, 11, 33
HSL
311°, 55%, 10%
CMYK
0, 71, 13, 85
Luminance
0.0076
Every format
| HEX | #260b21 |
| RGB | rgb(38, 11, 33) |
| HSL | hsl(311, 55%, 10%) |
| CMYK | cmyk(0%, 71%, 13%, 85%) |
| LAB | lab(6.9 17.6 -8.7) |
| LCH | lch(6.9 19.7 333.6) |
| OKLCH | oklch(0.204 0.057 335.2) |
Copy-ready code
/* CSS */
color: #260b21;
background-color: #260b21;
/* Tailwind (arbitrary) */
class="text-[#260b21] bg-[#260b21]"
/* SCSS */
$brand: #260b21;
/* SwiftUI */
Color(red: 0.149, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#260b21")Accessibility — WCAG contrast
Aa
#260b21 on white: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260b21 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow13.2%
Key (black)85.1%
Color previews
#260b21 text on a black background
contrast 1.15:1
Card sample
#260b21 text on a white background
contrast 18.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260b21;
Background color
Panel with #260b21 background
background-color: #260b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260b21; background: linear-gradient(135deg, #260b21, #260B0F);