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