#090701
a deep, electric yellow · cool · closest name: black
RGB
9, 7, 1
HSL
45°, 80%, 2%
CMYK
0, 22, 89, 97
Luminance
0.0021
Every format
| HEX | #090701 |
| RGB | rgb(9, 7, 1) |
| HSL | hsl(45, 80%, 2%) |
| CMYK | cmyk(0%, 22%, 89%, 97%) |
| LAB | lab(1.9 -0.3 2.5) |
| LCH | lch(1.9 2.5 97.2) |
| OKLCH | oklch(0.128 0.021 98.0) |
Copy-ready code
/* CSS */
color: #090701;
background-color: #090701;
/* Tailwind (arbitrary) */
class="text-[#090701] bg-[#090701]"
/* SCSS */
$brand: #090701;
/* SwiftUI */
Color(red: 0.035, green: 0.027, blue: 0.004)
/* Android */
Color.parseColor("#090701")Accessibility — WCAG contrast
Aa
#090701 on white: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090701 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green2.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow88.9%
Key (black)96.5%
Color previews
#090701 text on a black background
contrast 1.04:1
Card sample
#090701 text on a white background
contrast 20.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090701;
Background color
Panel with #090701 background
background-color: #090701;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090701;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 7, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 7, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090701; background: linear-gradient(135deg, #090701, #060901);