Green
#0C4613
GreenColor Codes
All color formats for development
HEX
#0C4613RGB
rgb(12, 70, 19)HSL
hsl(127, 71%, 16%)OKLCH
oklch(0.346 0.099 144.7)CMYK
cmyk(83%, 0%, 73%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F11
2#09380F
3#08310D
4#072A0B
5#062309
6#051C07
7#041506
8#020E04
9#010702
Tints
Lighter variations
1#126A1C
2#188F26
3#1EB430
4#25D83A
5#48E05A
6#6CE67B
7#91EC9C
8#B6F3BD
9#DAF9DE
Tones
Muted variations
1#0F4315
2#124017
3#153D19
4#173A1B
5#1A371E
6#1D3420
7#203122
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 | E0FA #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEA4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E575 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE4E | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C033 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9929 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4613 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E0FAE3;
--green-200: #C6F5CC;
--green-300: #9BEEA4;
--green-400: #66E575;
--green-500: #3BDE4E;
--green-600: #21C033;
--green-700: #1A9929;
--green-800: #126D1D;
--green-900: #0C4613;
--green-950: #072C0C;
}