#0f1709
a deep, soft green · cool · closest name: black
RGB
15, 23, 9
HSL
94°, 44%, 6%
CMYK
35, 0, 61, 91
Luminance
0.0073
Every format
| HEX | #0f1709 |
| RGB | rgb(15, 23, 9) |
| HSL | hsl(94, 44%, 6%) |
| CMYK | cmyk(35%, 0%, 61%, 91%) |
| LAB | lab(6.6 -5.9 6.1) |
| LCH | lch(6.6 8.5 134.1) |
| OKLCH | oklch(0.192 0.029 132.8) |
Copy-ready code
/* CSS */
color: #0f1709;
background-color: #0f1709;
/* Tailwind (arbitrary) */
class="text-[#0f1709] bg-[#0f1709]"
/* SCSS */
$brand: #0f1709;
/* SwiftUI */
Color(red: 0.059, green: 0.090, blue: 0.035)
/* Android */
Color.parseColor("#0f1709")Accessibility — WCAG contrast
Aa
#0f1709 on white: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1709 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green9.0%
Blue3.5%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow60.9%
Key (black)91.0%
Color previews
#0f1709 text on a black background
contrast 1.15:1
Card sample
#0f1709 text on a white background
contrast 18.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1709;
Background color
Panel with #0f1709 background
background-color: #0f1709;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1709;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 23, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 23, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1709; background: linear-gradient(135deg, #0f1709, #09170C);