Forest Green
#2CB535
GreenColor Codes
All color formats for development
HEX
#2CB535RGB
rgb(44, 181, 53)HSL
hsl(124, 61%, 44%)OKLCH
oklch(0.677 0.202 143.7)CMYK
cmyk(76%, 0%, 71%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A330
2#23912A
3#1F7E25
4#1A6C20
5#165A1A
6#124815
7#0D3610
8#09240B
9#041205
Tints
Lighter variations
1#31CC3C
2#47D250
3#5ED866
4#75DE7C
5#8CE392
6#A3E9A8
7#BAEEBE
8#D1F4D3
9#E8F9E9
Tones
Muted variations
1#33AE3B
2#39A741
3#40A047
4#47994D
5#4E9253
6#558C58
7#5C855E
8#637E64
9#69776A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC77 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D250 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104213 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E2F8E4;
--forest-green-200: #CAF2CC;
--forest-green-300: #A1E8A5;
--forest-green-400: #6FDC77;
--forest-green-500: #46D250;
--forest-green-600: #2CB535;
--forest-green-700: #23902A;
--forest-green-800: #19671E;
--forest-green-900: #104213;
--forest-green-950: #0A290C;
}