#09381f
a deep, vivid green · cool · closest name: darkslategray
RGB
9, 56, 31
HSL
148°, 72%, 13%
CMYK
84, 0, 45, 78
Luminance
0.0299
Every format
| HEX | #09381f |
| RGB | rgb(9, 56, 31) |
| HSL | hsl(148, 72%, 13%) |
| CMYK | cmyk(84%, 0%, 45%, 78%) |
| LAB | lab(20.0 -22.5 11.3) |
| LCH | lch(20.0 25.2 153.3) |
| OKLCH | oklch(0.302 0.067 155.1) |
Copy-ready code
/* CSS */
color: #09381f;
background-color: #09381f;
/* Tailwind (arbitrary) */
class="text-[#09381f] bg-[#09381f]"
/* SCSS */
$brand: #09381f;
/* SwiftUI */
Color(red: 0.035, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#09381f")Accessibility — WCAG contrast
Aa
#09381f on white: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09381f on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green22.0%
Blue12.2%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow44.6%
Key (black)78.0%
Color previews
#09381f text on a black background
contrast 1.60:1
Card sample
#09381f text on a white background
contrast 13.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09381f;
Background color
Panel with #09381f background
background-color: #09381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09381f; background: linear-gradient(135deg, #09381f, #093138);