Green
#08490B
GreenColor Codes
All color formats for development
HEX
#08490BRGB
rgb(8, 73, 11)HSL
hsl(123, 80%, 16%)OKLCH
oklch(0.354 0.111 143.2)CMYK
cmyk(89%, 0%, 85%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07420A
2#073B09
3#063308
4#052C07
5#042506
6#031D05
7#021603
8#020F02
9#010701
Tints
Lighter variations
1#0C7011
2#119717
3#15BD1D
4#19E423
5#3EEA47
6#65EE6C
7#8BF290
8#B2F6B5
9#D8FBDA
Tones
Muted variations
1#0B460E
2#0F4311
3#124014
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 #C3F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F39A | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED65 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E83A | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A119 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7312 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08490B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF2;
--green-100: #DFFBE0;
--green-200: #C3F8C6;
--green-300: #95F39A;
--green-400: #5EED65;
--green-500: #30E83A;
--green-600: #16CA1F;
--green-700: #12A119;
--green-800: #0D7312;
--green-900: #08490B;
--green-950: #052E07;
}