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