#09331f
a deep, vivid green · cool · closest name: darkslategray
RGB
9, 51, 31
HSL
151°, 70%, 12%
CMYK
82, 0, 39, 80
Luminance
0.0252
Every format
| HEX | #09331f |
| RGB | rgb(9, 51, 31) |
| HSL | hsl(151, 70%, 12%) |
| CMYK | cmyk(82%, 0%, 39%, 80%) |
| LAB | lab(18.0 -20.1 8.7) |
| LCH | lch(18.0 21.9 156.6) |
| OKLCH | oklch(0.286 0.059 158.1) |
Copy-ready code
/* CSS */
color: #09331f;
background-color: #09331f;
/* Tailwind (arbitrary) */
class="text-[#09331f] bg-[#09331f]"
/* SCSS */
$brand: #09331f;
/* SwiftUI */
Color(red: 0.035, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#09331f")Accessibility — WCAG contrast
Aa
#09331f on white: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09331f on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.0%
Blue12.2%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow39.2%
Key (black)80.0%
Color previews
#09331f text on a black background
contrast 1.50:1
Card sample
#09331f text on a white background
contrast 13.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09331f;
Background color
Panel with #09331f background
background-color: #09331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09331f; background: linear-gradient(135deg, #09331f, #092B33);