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