#08110c
a deep, soft green · cool · closest name: black
RGB
8, 17, 12
HSL
147°, 36%, 5%
CMYK
53, 0, 29, 93
Luminance
0.0048
Every format
| HEX | #08110c |
| RGB | rgb(8, 17, 12) |
| HSL | hsl(147, 36%, 5%) |
| CMYK | cmyk(53%, 0%, 29%, 93%) |
| LAB | lab(4.3 -3.6 1.4) |
| LCH | lch(4.3 3.9 158.3) |
| OKLCH | oklch(0.167 0.017 159.8) |
Copy-ready code
/* CSS */
color: #08110c;
background-color: #08110c;
/* Tailwind (arbitrary) */
class="text-[#08110c] bg-[#08110c]"
/* SCSS */
$brand: #08110c;
/* SwiftUI */
Color(red: 0.031, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#08110c")Accessibility — WCAG contrast
Aa
#08110c on white: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08110c on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.7%
Blue4.7%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow29.4%
Key (black)93.3%
Color previews
#08110c text on a black background
contrast 1.10:1
Card sample
#08110c text on a white background
contrast 19.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08110c;
Background color
Panel with #08110c background
background-color: #08110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08110c; background: linear-gradient(135deg, #08110c, #081011);