Green
#0A481C
GreenColor Codes
All color formats for development
HEX
#0A481CRGB
rgb(10, 72, 28)HSL
hsl(137, 76%, 16%)OKLCH
oklch(0.353 0.095 148.1)CMYK
cmyk(86%, 0%, 61%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094119
2#083916
3#073213
4#062B10
5#05240E
6#041D0B
7#031608
8#020E05
9#010703
Tints
Lighter variations
1#0F6E2A
2#149338
3#19B946
4#1EDF55
5#43E571
6#68EA8D
7#8EF0AA
8#B4F5C6
9#D9FAE3
Tones
Muted variations
1#0D451D
2#10421E
3#133F1F
4#163B21
5#193822
6#1C3523
7#1F3225
8#232F26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA88 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E366 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF5;
--green-100: #E0FBE7;
--green-200: #C5F7D3;
--green-300: #98F1B1;
--green-400: #62EA88;
--green-500: #35E366;
--green-600: #1BC54B;
--green-700: #159D3C;
--green-800: #0F702B;
--green-900: #0A481B;
--green-950: #062D11;
}