#09331b
a deep, vivid green · cool · closest name: darkslategray
RGB
9, 51, 27
HSL
146°, 70%, 12%
CMYK
82, 0, 47, 80
Luminance
0.0250
Every format
| HEX | #09331b |
| RGB | rgb(9, 51, 27) |
| HSL | hsl(146, 70%, 12%) |
| CMYK | cmyk(82%, 0%, 47%, 80%) |
| LAB | lab(17.9 -21.0 11.2) |
| LCH | lch(17.9 23.8 152.0) |
| OKLCH | oklch(0.285 0.063 153.8) |
Copy-ready code
/* CSS */
color: #09331b;
background-color: #09331b;
/* Tailwind (arbitrary) */
class="text-[#09331b] bg-[#09331b]"
/* SCSS */
$brand: #09331b;
/* SwiftUI */
Color(red: 0.035, green: 0.200, blue: 0.106)
/* Android */
Color.parseColor("#09331b")Accessibility — WCAG contrast
Aa
#09331b on white: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09331b on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.0%
Blue10.6%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow47.1%
Key (black)80.0%
Color previews
#09331b text on a black background
contrast 1.50:1
Card sample
#09331b text on a white background
contrast 13.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09331b;
Background color
Panel with #09331b background
background-color: #09331b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09331b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 51, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 51, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09331b; background: linear-gradient(135deg, #09331b, #092F33);