#090708
a deep, muted magenta / pink · warm · “black”
RGB
9, 7, 8
HSL
330°, 13%, 3%
CMYK
0, 22, 11, 97
Luminance
0.0023
Every format
| HEX | #090708 |
| RGB | rgb(9, 7, 8) |
| HSL | hsl(330, 13%, 3%) |
| CMYK | cmyk(0%, 22%, 11%, 97%) |
| LAB | lab(2.1 0.7 -0.2) |
| LCH | lch(2.1 0.7 343.9) |
| OKLCH | oklch(0.132 0.005 345.1) |
Copy-ready code
/* CSS */
color: #090708;
background-color: #090708;
/* Tailwind (arbitrary) */
class="text-[#090708] bg-[#090708]"
/* SCSS */
$brand: #090708;
/* SwiftUI */
Color(red: 0.035, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#090708")Accessibility — WCAG contrast
Aa
#090708 on white: 20.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090708 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow11.1%
Key (black)96.5%
Color previews
#090708 text on a black background
contrast 1.05:1
Card sample
#090708 text on a white background
contrast 20.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090708;
Background color
Panel with #090708 background
background-color: #090708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090708; background: linear-gradient(135deg, #090708, #090707);