#096b13
a deep, electric green · cool · closest name: forestgreen
RGB
9, 107, 19
HSL
126°, 85%, 23%
CMYK
92, 0, 82, 58
Luminance
0.1062
Every format
| HEX | #096b13 |
| RGB | rgb(9, 107, 19) |
| HSL | hsl(126, 85%, 23%) |
| CMYK | cmyk(92%, 0%, 82%, 58%) |
| LAB | lab(38.9 -43.5 38.8) |
| LCH | lch(38.9 58.3 138.3) |
| OKLCH | oklch(0.459 0.146 143.6) |
Copy-ready code
/* CSS */
color: #096b13;
background-color: #096b13;
/* Tailwind (arbitrary) */
class="text-[#096b13] bg-[#096b13]"
/* SCSS */
$brand: #096b13;
/* SwiftUI */
Color(red: 0.035, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#096b13")Accessibility — WCAG contrast
Aa
#096b13 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096b13 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green42.0%
Blue7.5%
CMYK percentages
Cyan91.6%
Magenta0.0%
Yellow82.2%
Key (black)58.0%
Color previews
#096b13 text on a black background
contrast 3.12:1
Card sample
#096b13 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096b13;
Background color
Panel with #096b13 background
background-color: #096b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096b13; background: linear-gradient(135deg, #096b13, #096B54);