Green
#08490A
GreenColor Codes
All color formats for development
HEX
#08490ARGB
rgb(8, 73, 10)HSL
hsl(122, 80%, 16%)OKLCH
oklch(0.354 0.111 143.1)CMYK
cmyk(89%, 0%, 86%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074209
2#073B08
3#063307
4#052C06
5#042505
6#031D04
7#021603
8#020F02
9#010701
Tints
Lighter variations
1#0C7010
2#119715
3#15BD1B
4#19E420
5#3EEA44
6#65EE69
7#8BF28F
8#B2F6B4
9#D8FBDA
Tones
Muted variations
1#0B460D
2#0F4310
3#124013
4#153C17
5#18391A
6#1C361D
7#1F3320
8#222F23
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F399 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED63 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E837 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A117 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7310 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08490A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF2;
--green-100: #DFFBE0;
--green-200: #C3F8C5;
--green-300: #95F399;
--green-400: #5EED63;
--green-500: #30E837;
--green-600: #16CA1C;
--green-700: #12A117;
--green-800: #0D7310;
--green-900: #08490A;
--green-950: #052E06;
}