#092209
a deep, vivid green · cool · closest name: black
RGB
9, 34, 9
HSL
120°, 58%, 8%
CMYK
74, 0, 74, 87
Luminance
0.0122
Every format
| HEX | #092209 |
| RGB | rgb(9, 34, 9) |
| HSL | hsl(120, 58%, 8%) |
| CMYK | cmyk(74%, 0%, 74%, 87%) |
| LAB | lab(10.7 -16.1 12.0) |
| LCH | lch(10.7 20.1 143.4) |
| OKLCH | oklch(0.225 0.055 143.5) |
Copy-ready code
/* CSS */
color: #092209;
background-color: #092209;
/* Tailwind (arbitrary) */
class="text-[#092209] bg-[#092209]"
/* SCSS */
$brand: #092209;
/* SwiftUI */
Color(red: 0.035, green: 0.133, blue: 0.035)
/* Android */
Color.parseColor("#092209")Accessibility — WCAG contrast
Aa
#092209 on white: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092209 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green13.3%
Blue3.5%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow73.5%
Key (black)86.7%
Color previews
#092209 text on a black background
contrast 1.24:1
Card sample
#092209 text on a white background
contrast 16.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092209;
Background color
Panel with #092209 background
background-color: #092209;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092209;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 34, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 34, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092209; background: linear-gradient(135deg, #092209, #09221A);