#090102
a deep, electric red · warm · “black”
RGB
9, 1, 2
HSL
353°, 80%, 2%
CMYK
0, 89, 78, 97
Luminance
0.0008
Every format
| HEX | #090102 |
| RGB | rgb(9, 1, 2) |
| HSL | hsl(353, 80%, 2%) |
| CMYK | cmyk(0%, 89%, 78%, 97%) |
| LAB | lab(0.8 2.2 0.4) |
| LCH | lch(0.8 2.3 9.2) |
| OKLCH | oklch(0.098 0.028 10.3) |
Copy-ready code
/* CSS */
color: #090102;
background-color: #090102;
/* Tailwind (arbitrary) */
class="text-[#090102] bg-[#090102]"
/* SCSS */
$brand: #090102;
/* SwiftUI */
Color(red: 0.035, green: 0.004, blue: 0.008)
/* Android */
Color.parseColor("#090102")Accessibility — WCAG contrast
Aa
#090102 on white: 20.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090102 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green0.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow77.8%
Key (black)96.5%
Color previews
#090102 text on a black background
contrast 1.02:1
Card sample
#090102 text on a white background
contrast 20.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090102;
Background color
Panel with #090102 background
background-color: #090102;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090102;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 1, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 1, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090102; background: linear-gradient(135deg, #090102, #090501);