#090908
a deep, muted near-black · cool · “black”
RGB
9, 9, 8
HSL
60°, 6%, 3%
CMYK
0, 0, 11, 97
Luminance
0.0027
Every format
| HEX | #090908 |
| RGB | rgb(9, 9, 8) |
| HSL | hsl(60, 6%, 3%) |
| CMYK | cmyk(0%, 0%, 11%, 97%) |
| LAB | lab(2.5 -0.1 0.4) |
| LCH | lch(2.5 0.4 110.2) |
| OKLCH | oklch(0.139 0.002 106.7) |
Copy-ready code
/* CSS */
color: #090908;
background-color: #090908;
/* Tailwind (arbitrary) */
class="text-[#090908] bg-[#090908]"
/* SCSS */
$brand: #090908;
/* SwiftUI */
Color(red: 0.035, green: 0.035, blue: 0.031)
/* Android */
Color.parseColor("#090908")Accessibility — WCAG contrast
Aa
#090908 on white: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090908 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow11.1%
Key (black)96.5%
Color previews
#090908 text on a black background
contrast 1.05:1
Card sample
#090908 text on a white background
contrast 19.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090908;
Background color
Panel with #090908 background
background-color: #090908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 9, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 9, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090908; background: linear-gradient(135deg, #090908, #080908);