#091f09
a deep, vivid green · cool · closest name: black
RGB
9, 31, 9
HSL
120°, 55%, 8%
CMYK
71, 0, 71, 88
Luminance
0.0106
Every format
| HEX | #091f09 |
| RGB | rgb(9, 31, 9) |
| HSL | hsl(120, 55%, 8%) |
| CMYK | cmyk(71%, 0%, 71%, 88%) |
| LAB | lab(9.5 -14.1 10.2) |
| LCH | lch(9.5 17.4 144.1) |
| OKLCH | oklch(0.214 0.050 143.6) |
Copy-ready code
/* CSS */
color: #091f09;
background-color: #091f09;
/* Tailwind (arbitrary) */
class="text-[#091f09] bg-[#091f09]"
/* SCSS */
$brand: #091f09;
/* SwiftUI */
Color(red: 0.035, green: 0.122, blue: 0.035)
/* Android */
Color.parseColor("#091f09")Accessibility — WCAG contrast
Aa
#091f09 on white: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091f09 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green12.2%
Blue3.5%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow71.0%
Key (black)87.8%
Color previews
#091f09 text on a black background
contrast 1.21:1
Card sample
#091f09 text on a white background
contrast 17.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091f09;
Background color
Panel with #091f09 background
background-color: #091f09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091f09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 31, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 31, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091f09; background: linear-gradient(135deg, #091f09, #091F18);