#0f360c
a deep, vivid green · cool · closest name: darkslategray
RGB
15, 54, 12
HSL
116°, 64%, 13%
CMYK
72, 0, 78, 79
Luminance
0.0277
Every format
| HEX | #0f360c |
| RGB | rgb(15, 54, 12) |
| HSL | hsl(116, 64%, 13%) |
| CMYK | cmyk(72%, 0%, 78%, 79%) |
| LAB | lab(19.1 -23.5 21.5) |
| LCH | lch(19.1 31.9 137.6) |
| OKLCH | oklch(0.295 0.081 142.1) |
Copy-ready code
/* CSS */
color: #0f360c;
background-color: #0f360c;
/* Tailwind (arbitrary) */
class="text-[#0f360c] bg-[#0f360c]"
/* SCSS */
$brand: #0f360c;
/* SwiftUI */
Color(red: 0.059, green: 0.212, blue: 0.047)
/* Android */
Color.parseColor("#0f360c")Accessibility — WCAG contrast
Aa
#0f360c on white: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f360c on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green21.2%
Blue4.7%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow77.8%
Key (black)78.8%
Color previews
#0f360c text on a black background
contrast 1.55:1
Card sample
#0f360c text on a white background
contrast 13.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f360c;
Background color
Panel with #0f360c background
background-color: #0f360c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f360c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 54, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 54, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f360c; background: linear-gradient(135deg, #0f360c, #0C3625);