#0f1813
a deep, soft green · cool · closest name: black
RGB
15, 24, 19
HSL
147°, 23%, 8%
CMYK
38, 0, 21, 91
Luminance
0.0080
Every format
| HEX | #0f1813 |
| RGB | rgb(15, 24, 19) |
| HSL | hsl(147, 23%, 8%) |
| CMYK | cmyk(38%, 0%, 21%, 91%) |
| LAB | lab(7.2 -5.0 1.9) |
| LCH | lch(7.2 5.3 158.5) |
| OKLCH | oklch(0.198 0.017 160.1) |
Copy-ready code
/* CSS */
color: #0f1813;
background-color: #0f1813;
/* Tailwind (arbitrary) */
class="text-[#0f1813] bg-[#0f1813]"
/* SCSS */
$brand: #0f1813;
/* SwiftUI */
Color(red: 0.059, green: 0.094, blue: 0.075)
/* Android */
Color.parseColor("#0f1813")Accessibility — WCAG contrast
Aa
#0f1813 on white: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1813 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green9.4%
Blue7.5%
CMYK percentages
Cyan37.5%
Magenta0.0%
Yellow20.8%
Key (black)90.6%
Color previews
#0f1813 text on a black background
contrast 1.16:1
Card sample
#0f1813 text on a white background
contrast 18.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1813;
Background color
Panel with #0f1813 background
background-color: #0f1813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 24, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 24, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1813; background: linear-gradient(135deg, #0f1813, #0F1718);