#097e21
a dark, electric green · cool · closest name: forestgreen
RGB
9, 126, 33
HSL
132°, 87%, 27%
CMYK
93, 0, 74, 51
Luminance
0.1509
Every format
| HEX | #097e21 |
| RGB | rgb(9, 126, 33) |
| HSL | hsl(132, 87%, 27%) |
| CMYK | cmyk(93%, 0%, 74%, 51%) |
| LAB | lab(45.8 -48.5 40.3) |
| LCH | lch(45.8 63.1 140.2) |
| OKLCH | oklch(0.516 0.160 144.8) |
Copy-ready code
/* CSS */
color: #097e21;
background-color: #097e21;
/* Tailwind (arbitrary) */
class="text-[#097e21] bg-[#097e21]"
/* SCSS */
$brand: #097e21;
/* SwiftUI */
Color(red: 0.035, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#097e21")Accessibility — WCAG contrast
Aa
#097e21 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#097e21 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green49.4%
Blue12.9%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow73.8%
Key (black)50.6%
Color previews
#097e21 text on a black background
contrast 4.02:1
Card sample
#097e21 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #097e21;
Background color
Panel with #097e21 background
background-color: #097e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #097e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #097e21; background: linear-gradient(135deg, #097e21, #097E6F);