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