#097b1c
a dark, electric green · cool · closest name: forestgreen
RGB
9, 123, 28
HSL
130°, 86%, 26%
CMYK
93, 0, 77, 52
Luminance
0.1431
Every format
| HEX | #097b1c |
| RGB | rgb(9, 123, 28) |
| HSL | hsl(130, 86%, 26%) |
| CMYK | cmyk(93%, 0%, 77%, 52%) |
| LAB | lab(44.7 -48.0 41.2) |
| LCH | lch(44.7 63.2 139.3) |
| OKLCH | oklch(0.507 0.160 144.3) |
Copy-ready code
/* CSS */
color: #097b1c;
background-color: #097b1c;
/* Tailwind (arbitrary) */
class="text-[#097b1c] bg-[#097b1c]"
/* SCSS */
$brand: #097b1c;
/* SwiftUI */
Color(red: 0.035, green: 0.482, blue: 0.110)
/* Android */
Color.parseColor("#097b1c")Accessibility — WCAG contrast
Aa
#097b1c on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#097b1c on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green48.2%
Blue11.0%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow77.2%
Key (black)51.8%
Color previews
#097b1c text on a black background
contrast 3.86:1
Card sample
#097b1c text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #097b1c;
Background color
Panel with #097b1c background
background-color: #097b1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #097b1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 123, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 123, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #097b1c; background: linear-gradient(135deg, #097b1c, #097B68);