#260f21
a deep, soft magenta / pink · warm · closest name: black
RGB
38, 15, 33
HSL
313°, 43%, 10%
CMYK
0, 61, 13, 85
Luminance
0.0086
Every format
| HEX | #260f21 |
| RGB | rgb(38, 15, 33) |
| HSL | hsl(313, 43%, 10%) |
| CMYK | cmyk(0%, 61%, 13%, 85%) |
| LAB | lab(7.8 15.3 -7.3) |
| LCH | lch(7.8 16.9 334.3) |
| OKLCH | oklch(0.211 0.049 335.9) |
Copy-ready code
/* CSS */
color: #260f21;
background-color: #260f21;
/* Tailwind (arbitrary) */
class="text-[#260f21] bg-[#260f21]"
/* SCSS */
$brand: #260f21;
/* SwiftUI */
Color(red: 0.149, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#260f21")Accessibility — WCAG contrast
Aa
#260f21 on white: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260f21 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green5.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow13.2%
Key (black)85.1%
Color previews
#260f21 text on a black background
contrast 1.17:1
Card sample
#260f21 text on a white background
contrast 17.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260f21;
Background color
Panel with #260f21 background
background-color: #260f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260f21; background: linear-gradient(135deg, #260f21, #260F12);