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