#0f1613
a deep, soft green · cool · closest name: black
RGB
15, 22, 19
HSL
154°, 19%, 7%
CMYK
32, 0, 14, 91
Luminance
0.0072
Every format
| HEX | #0f1613 |
| RGB | rgb(15, 22, 19) |
| HSL | hsl(154, 19%, 7%) |
| CMYK | cmyk(32%, 0%, 14%, 91%) |
| LAB | lab(6.5 -3.5 0.9) |
| LCH | lch(6.5 3.6 165.5) |
| OKLCH | oklch(0.192 0.012 167.1) |
Copy-ready code
/* CSS */
color: #0f1613;
background-color: #0f1613;
/* Tailwind (arbitrary) */
class="text-[#0f1613] bg-[#0f1613]"
/* SCSS */
$brand: #0f1613;
/* SwiftUI */
Color(red: 0.059, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#0f1613")Accessibility — WCAG contrast
Aa
#0f1613 on white: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1613 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green8.6%
Blue7.5%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow13.6%
Key (black)91.4%
Color previews
#0f1613 text on a black background
contrast 1.14:1
Card sample
#0f1613 text on a white background
contrast 18.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1613;
Background color
Panel with #0f1613 background
background-color: #0f1613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1613; background: linear-gradient(135deg, #0f1613, #0F1416);