Green
#0B4717
GreenColor Codes
All color formats for development
HEX
#0B4717RGB
rgb(11, 71, 23)HSL
hsl(132, 73%, 16%)OKLCH
oklch(0.349 0.098 146.1)CMYK
cmyk(85%, 0%, 68%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4015
2#093812
3#083110
4#072A0E
5#06230B
6#041C09
7#031507
8#020E05
9#010702
Tints
Lighter variations
1#116C23
2#17912F
3#1CB63B
4#22DB47
5#46E265
6#6BE884
7#90EEA3
8#B5F3C1
9#DAF9E0
Tones
Muted variations
1#0E4419
2#11411B
3#143E1C
4#173B1E
5#1A3820
6#1D3522
7#203223
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 #E0FAE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E77F | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E05A | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC23F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4717 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E0FAE5;
--green-200: #C6F6CF;
--green-300: #9AEFAB;
--green-400: #65E77F;
--green-500: #38E05A;
--green-600: #1EC23F;
--green-700: #189A32;
--green-800: #116E24;
--green-900: #0B4717;
--green-950: #072C0E;
}