Forest Green
#0B7543
GreenColor Codes
All color formats for development
HEX
#0B7543RGB
rgb(11, 117, 67)HSL
hsl(152, 83%, 25%)OKLCH
oklch(0.496 0.118 155.2)CMYK
cmyk(91%, 0%, 43%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A693D
2#095D36
3#08522F
4#074628
5#053A22
6#042F1B
7#032314
8#02170D
9#010C07
Tints
Lighter variations
1#0E9857
2#11BB6C
3#15DE80
4#2DEB93
5#50EFA5
6#73F2B7
7#96F5C9
8#B9F8DB
9#DCFCED
Tones
Muted variations
1#106F43
2#156A43
3#1B6542
4#205F42
5#255A42
6#2B5541
7#305041
8#354A40
9#3A4540
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5C8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0AB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA35E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FEF8;
--forest-green-100: #DEFCEE;
--forest-green-200: #C2F9E0;
--forest-green-300: #94F5C8;
--forest-green-400: #5CF0AB;
--forest-green-500: #2DEB93;
--forest-green-600: #13CD76;
--forest-green-700: #0FA35E;
--forest-green-800: #0B7543;
--forest-green-900: #074B2B;
--forest-green-950: #042F1B;
}