#081007
a deep, soft green · cool · closest name: black
RGB
8, 16, 7
HSL
113°, 39%, 5%
CMYK
50, 0, 56, 94
Luminance
0.0044
Every format
| HEX | #081007 |
| RGB | rgb(8, 16, 7) |
| HSL | hsl(113, 39%, 5%) |
| CMYK | cmyk(50%, 0%, 56%, 94%) |
| LAB | lab(4.0 -3.8 3.0) |
| LCH | lch(4.0 4.8 141.7) |
| OKLCH | oklch(0.161 0.023 141.4) |
Copy-ready code
/* CSS */
color: #081007;
background-color: #081007;
/* Tailwind (arbitrary) */
class="text-[#081007] bg-[#081007]"
/* SCSS */
$brand: #081007;
/* SwiftUI */
Color(red: 0.031, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#081007")Accessibility — WCAG contrast
Aa
#081007 on white: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081007 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.3%
Blue2.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow56.2%
Key (black)93.7%
Color previews
#081007 text on a black background
contrast 1.09:1
Card sample
#081007 text on a white background
contrast 19.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081007;
Background color
Panel with #081007 background
background-color: #081007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081007; background: linear-gradient(135deg, #081007, #07100C);