#090801
a deep, electric yellow · cool · closest name: black
RGB
9, 8, 1
HSL
53°, 80%, 2%
CMYK
0, 11, 89, 97
Luminance
0.0023
Every format
| HEX | #090801 |
| RGB | rgb(9, 8, 1) |
| HSL | hsl(53, 80%, 2%) |
| CMYK | cmyk(0%, 11%, 89%, 97%) |
| LAB | lab(2.1 -0.7 2.7) |
| LCH | lch(2.1 2.8 104.5) |
| OKLCH | oklch(0.132 0.023 104.4) |
Copy-ready code
/* CSS */
color: #090801;
background-color: #090801;
/* Tailwind (arbitrary) */
class="text-[#090801] bg-[#090801]"
/* SCSS */
$brand: #090801;
/* SwiftUI */
Color(red: 0.035, green: 0.031, blue: 0.004)
/* Android */
Color.parseColor("#090801")Accessibility — WCAG contrast
Aa
#090801 on white: 20.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090801 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.1%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow88.9%
Key (black)96.5%
Color previews
#090801 text on a black background
contrast 1.05:1
Card sample
#090801 text on a white background
contrast 20.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090801;
Background color
Panel with #090801 background
background-color: #090801;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090801;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 8, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 8, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090801; background: linear-gradient(135deg, #090801, #050901);