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