#090804
a deep, soft yellow · cool · closest name: black
RGB
9, 8, 4
HSL
48°, 39%, 3%
CMYK
0, 11, 56, 97
Luminance
0.0024
Every format
| HEX | #090804 |
| RGB | rgb(9, 8, 4) |
| HSL | hsl(48, 39%, 3%) |
| CMYK | cmyk(0%, 11%, 56%, 97%) |
| LAB | lab(2.2 -0.3 1.6) |
| LCH | lch(2.2 1.6 100.2) |
| OKLCH | oklch(0.134 0.011 98.1) |
Copy-ready code
/* CSS */
color: #090804;
background-color: #090804;
/* Tailwind (arbitrary) */
class="text-[#090804] bg-[#090804]"
/* SCSS */
$brand: #090804;
/* SwiftUI */
Color(red: 0.035, green: 0.031, blue: 0.016)
/* Android */
Color.parseColor("#090804")Accessibility — WCAG contrast
Aa
#090804 on white: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090804 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.1%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow55.6%
Key (black)96.5%
Color previews
#090804 text on a black background
contrast 1.05:1
Card sample
#090804 text on a white background
contrast 20.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090804;
Background color
Panel with #090804 background
background-color: #090804;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090804;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 8, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 8, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090804; background: linear-gradient(135deg, #090804, #070904);