Green
#08491C
GreenColor Codes
All color formats for development
HEX
#08491CRGB
rgb(8, 73, 28)HSL
hsl(138, 80%, 16%)OKLCH
oklch(0.356 0.097 148.2)CMYK
cmyk(89%, 0%, 62%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074219
2#073B16
3#063313
4#052C11
5#04250E
6#031D0B
7#021608
8#020F06
9#010703
Tints
Lighter variations
1#0C702A
2#119739
3#15BD47
4#19E456
5#3EEA72
6#65EE8E
7#8BF2AA
8#B2F6C6
9#D8FBE3
Tones
Muted variations
1#0B461D
2#0F431E
3#124020
4#153C21
5#183922
6#1C3624
7#1F3325
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 | C3F8 #C3F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED89 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E868 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF5;
--green-100: #DFFBE7;
--green-200: #C3F8D3;
--green-300: #95F3B2;
--green-400: #5EED89;
--green-500: #30E868;
--green-600: #16CA4C;
--green-700: #12A13D;
--green-800: #0D732B;
--green-900: #08491C;
--green-950: #052E11;
}