Green
#08491D
GreenColor Codes
All color formats for development
HEX
#08491DRGB
rgb(8, 73, 29)HSL
hsl(139, 80%, 16%)OKLCH
oklch(0.356 0.096 148.6)CMYK
cmyk(89%, 0%, 60%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07421A
2#073B17
3#063314
4#052C11
5#04250E
6#031D0C
7#021609
8#020F06
9#010703
Tints
Lighter variations
1#0C702C
2#11973B
3#15BD4A
4#19E459
5#3EEA74
6#65EE90
7#8BF2AC
8#B2F6C8
9#D8FBE3
Tones
Muted variations
1#0B461E
2#0F431F
3#124020
4#153C22
5#183923
6#1C3624
7#1F3325
8#222F26
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED8C | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E86B | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF5;
--green-100: #DFFBE8;
--green-200: #C3F8D4;
--green-300: #95F3B3;
--green-400: #5EED8C;
--green-500: #30E86B;
--green-600: #16CA4F;
--green-700: #12A13F;
--green-800: #0D732D;
--green-900: #08491D;
--green-950: #052E12;
}