#0f120f
a deep, muted green · cool · closest name: black
RGB
15, 18, 15
HSL
120°, 9%, 7%
CMYK
17, 0, 17, 93
Luminance
0.0057
Every format
| HEX | #0f120f |
| RGB | rgb(15, 18, 15) |
| HSL | hsl(120, 9%, 7%) |
| CMYK | cmyk(17%, 0%, 17%, 93%) |
| LAB | lab(5.1 -1.7 1.2) |
| LCH | lch(5.1 2.1 144.5) |
| OKLCH | oklch(0.178 0.008 145.2) |
Copy-ready code
/* CSS */
color: #0f120f;
background-color: #0f120f;
/* Tailwind (arbitrary) */
class="text-[#0f120f] bg-[#0f120f]"
/* SCSS */
$brand: #0f120f;
/* SwiftUI */
Color(red: 0.059, green: 0.071, blue: 0.059)
/* Android */
Color.parseColor("#0f120f")Accessibility — WCAG contrast
Aa
#0f120f on white: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f120f on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green7.1%
Blue5.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow16.7%
Key (black)92.9%
Color previews
#0f120f text on a black background
contrast 1.11:1
Card sample
#0f120f text on a white background
contrast 18.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f120f;
Background color
Panel with #0f120f background
background-color: #0f120f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f120f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 18, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 18, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f120f; background: linear-gradient(135deg, #0f120f, #0F1211);