Green
#0A4813
GreenColor Codes
All color formats for development
HEX
#0A4813RGB
rgb(10, 72, 19)HSL
hsl(129, 76%, 16%)OKLCH
oklch(0.352 0.103 144.8)CMYK
cmyk(86%, 0%, 74%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094111
2#08390F
3#07320D
4#062B0B
5#05240A
6#041D08
7#031606
8#020E04
9#010702
Tints
Lighter variations
1#0F6E1D
2#149327
3#19B931
4#1EDF3B
5#43E55B
6#68EA7C
7#8EF09D
8#B4F5BD
9#D9FADE
Tones
Muted variations
1#0D4515
2#104217
3#133F1A
4#163B1C
5#19381E
6#1C3520
7#1F3222
8#232F24
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA76 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E34F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4813 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E0FBE4;
--green-200: #C5F7CC;
--green-300: #98F1A5;
--green-400: #62EA76;
--green-500: #35E34F;
--green-600: #1BC535;
--green-700: #159D2A;
--green-800: #0F701E;
--green-900: #0A4813;
--green-950: #062D0C;
}