Green
#0C4619
GreenColor Codes
All color formats for development
HEX
#0C4619RGB
rgb(12, 70, 25)HSL
hsl(133, 71%, 16%)OKLCH
oklch(0.347 0.094 146.8)CMYK
cmyk(83%, 0%, 64%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F16
2#093814
3#083111
4#072A0F
5#06230C
6#051C0A
7#041507
8#020E05
9#010702
Tints
Lighter variations
1#126A25
2#188F32
3#1EB43F
4#25D84C
5#48E069
6#6CE687
7#91ECA5
8#B6F3C3
9#DAF9E1
Tones
Muted variations
1#0F431A
2#12401C
3#153D1D
4#173A1F
5#1A3721
6#1D3422
7#203124
8#232F26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEAD | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E582 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE5E | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C043 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9935 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D26 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4618 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E0FAE6;
--green-200: #C6F5D1;
--green-300: #9BEEAD;
--green-400: #66E582;
--green-500: #3BDE5E;
--green-600: #21C043;
--green-700: #1A9935;
--green-800: #126D26;
--green-900: #0C4618;
--green-950: #072C0F;
}