#0d1007
a deep, soft green · cool · closest name: black
RGB
13, 16, 7
HSL
80°, 39%, 5%
CMYK
19, 0, 56, 94
Luminance
0.0047
Every format
| HEX | #0d1007 |
| RGB | rgb(13, 16, 7) |
| HSL | hsl(80, 39%, 5%) |
| CMYK | cmyk(19%, 0%, 56%, 94%) |
| LAB | lab(4.3 -2.4 3.5) |
| LCH | lch(4.3 4.2 124.7) |
| OKLCH | oklch(0.166 0.019 123.0) |
Copy-ready code
/* CSS */
color: #0d1007;
background-color: #0d1007;
/* Tailwind (arbitrary) */
class="text-[#0d1007] bg-[#0d1007]"
/* SCSS */
$brand: #0d1007;
/* SwiftUI */
Color(red: 0.051, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#0d1007")Accessibility — WCAG contrast
Aa
#0d1007 on white: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d1007 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green6.3%
Blue2.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow56.2%
Key (black)93.7%
Color previews
#0d1007 text on a black background
contrast 1.09:1
Card sample
#0d1007 text on a white background
contrast 19.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d1007;
Background color
Panel with #0d1007 background
background-color: #0d1007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d1007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d1007; background: linear-gradient(135deg, #0d1007, #071007);