#090109
a deep, electric magenta / pink · warm · closest name: black
RGB
9, 1, 9
HSL
300°, 80%, 2%
CMYK
0, 89, 0, 97
Luminance
0.0010
Every format
| HEX | #090109 |
| RGB | rgb(9, 1, 9) |
| HSL | hsl(300, 80%, 2%) |
| CMYK | cmyk(0%, 89%, 0%, 97%) |
| LAB | lab(0.9 3.2 -2.3) |
| LCH | lch(0.9 3.9 324.4) |
| OKLCH | oklch(0.105 0.037 327.8) |
Copy-ready code
/* CSS */
color: #090109;
background-color: #090109;
/* Tailwind (arbitrary) */
class="text-[#090109] bg-[#090109]"
/* SCSS */
$brand: #090109;
/* SwiftUI */
Color(red: 0.035, green: 0.004, blue: 0.035)
/* Android */
Color.parseColor("#090109")Accessibility — WCAG contrast
Aa
#090109 on white: 20.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090109 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green0.4%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow0.0%
Key (black)96.5%
Color previews
#090109 text on a black background
contrast 1.02:1
Card sample
#090109 text on a white background
contrast 20.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090109;
Background color
Panel with #090109 background
background-color: #090109;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090109;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 1, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 1, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090109; background: linear-gradient(135deg, #090109, #090104);