#097f00
a deep, electric green · cool · “green”
RGB
9, 127, 0
HSL
116°, 100%, 25%
CMYK
93, 0, 100, 50
Luminance
0.1524
Every format
| HEX | #097f00 |
| RGB | rgb(9, 127, 0) |
| HSL | hsl(116, 100%, 25%) |
| CMYK | cmyk(93%, 0%, 100%, 50%) |
| LAB | lab(46.0 -50.7 49.7) |
| LCH | lch(46.0 71.0 135.6) |
| OKLCH | oklch(0.518 0.175 142.1) |
Copy-ready code
/* CSS */
color: #097f00;
background-color: #097f00;
/* Tailwind (arbitrary) */
class="text-[#097f00] bg-[#097f00]"
/* SCSS */
$brand: #097f00;
/* SwiftUI */
Color(red: 0.035, green: 0.498, blue: 0.000)
/* Android */
Color.parseColor("#097f00")Accessibility — WCAG contrast
Aa
#097f00 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#097f00 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green49.8%
Blue0.0%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow100.0%
Key (black)50.2%
Color previews
#097f00 text on a black background
contrast 4.05:1
Card sample
#097f00 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #097f00;
Background color
Panel with #097f00 background
background-color: #097f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #097f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 127, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 127, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #097f00; background: linear-gradient(135deg, #097f00, #007F4C);