Green
#0C4618
GreenColor Codes
All color formats for development
HEX
#0C4618RGB
rgb(12, 70, 24)HSL
hsl(132, 71%, 16%)OKLCH
oklch(0.347 0.095 146.4)CMYK
cmyk(83%, 0%, 66%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F15
2#093813
3#083110
4#072A0E
5#06230C
6#051C09
7#041507
8#020E05
9#010702
Tints
Lighter variations
1#126A24
2#188F30
3#1EB43C
4#25D849
5#48E066
6#6CE685
7#91ECA3
8#B6F3C2
9#DAF9E0
Tones
Muted variations
1#0F4319
2#12401B
3#153D1D
4#173A1E
5#1A3720
6#1D3422
7#203124
8#232F25
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 #C6F5D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEAB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E580 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C040 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9933 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4617 | 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: #C6F5D0;
--green-300: #9BEEAB;
--green-400: #66E580;
--green-500: #3BDE5B;
--green-600: #21C040;
--green-700: #1A9933;
--green-800: #126D25;
--green-900: #0C4617;
--green-950: #072C0F;
}