#080907
a deep, muted green · cool · closest name: black
RGB
8, 9, 7
HSL
90°, 13%, 3%
CMYK
11, 0, 22, 97
Luminance
0.0026
Every format
| HEX | #080907 |
| RGB | rgb(8, 9, 7) |
| HSL | hsl(90, 13%, 3%) |
| CMYK | cmyk(11%, 0%, 22%, 97%) |
| LAB | lab(2.4 -0.5 0.7) |
| LCH | lch(2.4 0.8 129.3) |
| OKLCH | oklch(0.138 0.005 128.2) |
Copy-ready code
/* CSS */
color: #080907;
background-color: #080907;
/* Tailwind (arbitrary) */
class="text-[#080907] bg-[#080907]"
/* SCSS */
$brand: #080907;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.027)
/* Android */
Color.parseColor("#080907")Accessibility — WCAG contrast
Aa
#080907 on white: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080907 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue2.7%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow22.2%
Key (black)96.5%
Color previews
#080907 text on a black background
contrast 1.05:1
Card sample
#080907 text on a white background
contrast 19.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080907;
Background color
Panel with #080907 background
background-color: #080907;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080907;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080907; background: linear-gradient(135deg, #080907, #070907);