Green
#09491B
GreenColor Codes
All color formats for development
HEX
#09491BRGB
rgb(9, 73, 27)HSL
hsl(137, 78%, 16%)OKLCH
oklch(0.356 0.097 147.6)CMYK
cmyk(88%, 0%, 63%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084118
2#073A16
3#063313
4#052C10
5#04240E
6#041D0B
7#031608
8#020F05
9#010703
Tints
Lighter variations
1#0E6F29
2#129537
3#17BB46
4#1CE154
5#40E770
6#66EC8C
7#8DF1A9
8#B3F6C6
9#D9FAE2
Tones
Muted variations
1#0C451C
2#0F421E
3#133F1F
4#163C21
5#193922
6#1C3623
7#1F3225
8#222F26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB88 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF5;
--green-100: #DFFBE7;
--green-200: #C4F8D3;
--green-300: #97F2B1;
--green-400: #60EB88;
--green-500: #33E665;
--green-600: #19C84A;
--green-700: #149F3B;
--green-800: #0E712A;
--green-900: #09491B;
--green-950: #062D11;
}