Green
#0C461C
GreenColor Codes
All color formats for development
HEX
#0C461CRGB
rgb(12, 70, 28)HSL
hsl(137, 71%, 16%)OKLCH
oklch(0.347 0.091 148.1)CMYK
cmyk(83%, 0%, 60%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F19
2#093817
3#083114
4#072A11
5#06230E
6#051C0B
7#041508
8#020E06
9#010703
Tints
Lighter variations
1#126A2B
2#188F3A
3#1EB449
4#25D858
5#48E073
6#6CE68F
7#91ECAB
8#B6F3C7
9#DAF9E3
Tones
Muted variations
1#0F431E
2#12401F
3#153D20
4#173A21
5#1A3723
6#1D3424
7#203125
8#232F26
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEB2 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E58A | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C04E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A993E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C461C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF5;
--green-100: #E0FAE8;
--green-200: #C6F5D4;
--green-300: #9BEEB2;
--green-400: #66E58A;
--green-500: #3BDE69;
--green-600: #21C04E;
--green-700: #1A993E;
--green-800: #126D2C;
--green-900: #0C461C;
--green-950: #072C12;
}