#0f110c
a deep, soft green · cool · closest name: black
RGB
15, 17, 12
HSL
84°, 17%, 6%
CMYK
12, 0, 29, 93
Luminance
0.0053
Every format
| HEX | #0f110c |
| RGB | rgb(15, 17, 12) |
| HSL | hsl(84, 17%, 6%) |
| CMYK | cmyk(12%, 0%, 29%, 93%) |
| LAB | lab(4.8 -1.6 2.1) |
| LCH | lch(4.8 2.7 126.7) |
| OKLCH | oklch(0.173 0.011 125.2) |
Copy-ready code
/* CSS */
color: #0f110c;
background-color: #0f110c;
/* Tailwind (arbitrary) */
class="text-[#0f110c] bg-[#0f110c]"
/* SCSS */
$brand: #0f110c;
/* SwiftUI */
Color(red: 0.059, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#0f110c")Accessibility — WCAG contrast
Aa
#0f110c on white: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f110c on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green6.7%
Blue4.7%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow29.4%
Key (black)93.3%
Color previews
#0f110c text on a black background
contrast 1.11:1
Card sample
#0f110c text on a white background
contrast 18.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f110c;
Background color
Panel with #0f110c background
background-color: #0f110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f110c; background: linear-gradient(135deg, #0f110c, #0C110C);