Green
#0B471C
GreenColor Codes
All color formats for development
HEX
#0B471CRGB
rgb(11, 71, 28)HSL
hsl(137, 73%, 16%)OKLCH
oklch(0.35 0.093 148.1)CMYK
cmyk(85%, 0%, 61%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4019
2#093816
3#083114
4#072A11
5#06230E
6#041C0B
7#031508
8#020E06
9#010703
Tints
Lighter variations
1#116C2B
2#179139
3#1CB648
4#22DB56
5#46E272
6#6BE88E
7#90EEAA
8#B5F3C7
9#DAF9E3
Tones
Muted variations
1#0E441D
2#11411E
3#143E20
4#173B21
5#1A3822
6#1D3524
7#203225
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 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78A | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E068 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF5;
--green-100: #E0FAE8;
--green-200: #C6F6D3;
--green-300: #9AEFB2;
--green-400: #65E78A;
--green-500: #38E068;
--green-600: #1EC24D;
--green-700: #189A3D;
--green-800: #116E2C;
--green-900: #0B471C;
--green-950: #072C11;
}