#096913
a deep, electric green · cool · closest name: forestgreen
RGB
9, 105, 19
HSL
126°, 84%, 22%
CMYK
91, 0, 82, 59
Luminance
0.1021
Every format
| HEX | #096913 |
| RGB | rgb(9, 105, 19) |
| HSL | hsl(126, 84%, 22%) |
| CMYK | cmyk(91%, 0%, 82%, 59%) |
| LAB | lab(38.2 -42.9 38.1) |
| LCH | lch(38.2 57.4 138.4) |
| OKLCH | oklch(0.453 0.144 143.6) |
Copy-ready code
/* CSS */
color: #096913;
background-color: #096913;
/* Tailwind (arbitrary) */
class="text-[#096913] bg-[#096913]"
/* SCSS */
$brand: #096913;
/* SwiftUI */
Color(red: 0.035, green: 0.412, blue: 0.075)
/* Android */
Color.parseColor("#096913")Accessibility — WCAG contrast
Aa
#096913 on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096913 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green41.2%
Blue7.5%
CMYK percentages
Cyan91.4%
Magenta0.0%
Yellow81.9%
Key (black)58.8%
Color previews
#096913 text on a black background
contrast 3.04:1
Card sample
#096913 text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096913;
Background color
Panel with #096913 background
background-color: #096913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 105, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 105, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096913; background: linear-gradient(135deg, #096913, #096953);