#09341c
a deep, vivid green · cool · closest name: darkslategray
RGB
9, 52, 28
HSL
147°, 71%, 12%
CMYK
83, 0, 46, 80
Luminance
0.0260
Every format
| HEX | #09341c |
| RGB | rgb(9, 52, 28) |
| HSL | hsl(147, 71%, 12%) |
| CMYK | cmyk(83%, 0%, 46%, 80%) |
| LAB | lab(18.4 -21.3 11.1) |
| LCH | lch(18.4 24.0 152.5) |
| OKLCH | oklch(0.289 0.064 154.3) |
Copy-ready code
/* CSS */
color: #09341c;
background-color: #09341c;
/* Tailwind (arbitrary) */
class="text-[#09341c] bg-[#09341c]"
/* SCSS */
$brand: #09341c;
/* SwiftUI */
Color(red: 0.035, green: 0.204, blue: 0.110)
/* Android */
Color.parseColor("#09341c")Accessibility — WCAG contrast
Aa
#09341c on white: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09341c on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.4%
Blue11.0%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow46.2%
Key (black)79.6%
Color previews
#09341c text on a black background
contrast 1.52:1
Card sample
#09341c text on a white background
contrast 13.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09341c;
Background color
Panel with #09341c background
background-color: #09341c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09341c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 52, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 52, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09341c; background: linear-gradient(135deg, #09341c, #092F34);