#0b320c
a deep, vivid green · cool · closest name: darkslategray
RGB
11, 50, 12
HSL
122°, 64%, 12%
CMYK
78, 0, 76, 80
Luminance
0.0238
Every format
| HEX | #0b320c |
| RGB | rgb(11, 50, 12) |
| HSL | hsl(122, 64%, 12%) |
| CMYK | cmyk(78%, 0%, 76%, 80%) |
| LAB | lab(17.4 -22.9 19.4) |
| LCH | lch(17.4 30.0 139.7) |
| OKLCH | oklch(0.280 0.077 143.5) |
Copy-ready code
/* CSS */
color: #0b320c;
background-color: #0b320c;
/* Tailwind (arbitrary) */
class="text-[#0b320c] bg-[#0b320c]"
/* SCSS */
$brand: #0b320c;
/* SwiftUI */
Color(red: 0.043, green: 0.196, blue: 0.047)
/* Android */
Color.parseColor("#0b320c")Accessibility — WCAG contrast
Aa
#0b320c on white: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b320c on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green19.6%
Blue4.7%
CMYK percentages
Cyan78.0%
Magenta0.0%
Yellow76.0%
Key (black)80.4%
Color previews
#0b320c text on a black background
contrast 1.48:1
Card sample
#0b320c text on a white background
contrast 14.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b320c;
Background color
Panel with #0b320c background
background-color: #0b320c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b320c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 50, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 50, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b320c; background: linear-gradient(135deg, #0b320c, #0B3226);