#0b0409
a deep, vivid magenta / pink · warm · closest name: black
RGB
11, 4, 9
HSL
317°, 47%, 3%
CMYK
0, 64, 18, 96
Luminance
0.0018
Every format
| HEX | #0b0409 |
| RGB | rgb(11, 4, 9) |
| HSL | hsl(317, 47%, 3%) |
| CMYK | cmyk(0%, 64%, 18%, 96%) |
| LAB | lab(1.6 2.5 -1.2) |
| LCH | lch(1.6 2.8 333.9) |
| OKLCH | oklch(0.124 0.021 335.9) |
Copy-ready code
/* CSS */
color: #0b0409;
background-color: #0b0409;
/* Tailwind (arbitrary) */
class="text-[#0b0409] bg-[#0b0409]"
/* SCSS */
$brand: #0b0409;
/* SwiftUI */
Color(red: 0.043, green: 0.016, blue: 0.035)
/* Android */
Color.parseColor("#0b0409")Accessibility — WCAG contrast
Aa
#0b0409 on white: 20.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b0409 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green1.6%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow18.2%
Key (black)95.7%
Color previews
#0b0409 text on a black background
contrast 1.04:1
Card sample
#0b0409 text on a white background
contrast 20.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b0409;
Background color
Panel with #0b0409 background
background-color: #0b0409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b0409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 4, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 4, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b0409; background: linear-gradient(135deg, #0b0409, #0B0404);