#090607
a deep, soft magenta / pink · warm · “black”
RGB
9, 6, 7
HSL
340°, 20%, 3%
CMYK
0, 33, 22, 97
Luminance
0.0020
Every format
| HEX | #090607 |
| RGB | rgb(9, 6, 7) |
| HSL | hsl(340, 20%, 3%) |
| CMYK | cmyk(0%, 33%, 22%, 97%) |
| LAB | lab(1.8 0.9 -0.1) |
| LCH | lch(1.8 0.9 353.8) |
| OKLCH | oklch(0.128 0.007 354.5) |
Copy-ready code
/* CSS */
color: #090607;
background-color: #090607;
/* Tailwind (arbitrary) */
class="text-[#090607] bg-[#090607]"
/* SCSS */
$brand: #090607;
/* SwiftUI */
Color(red: 0.035, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#090607")Accessibility — WCAG contrast
Aa
#090607 on white: 20.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090607 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow22.2%
Key (black)96.5%
Color previews
#090607 text on a black background
contrast 1.04:1
Card sample
#090607 text on a white background
contrast 20.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090607;
Background color
Panel with #090607 background
background-color: #090607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090607; background: linear-gradient(135deg, #090607, #090706);