Green
#0A481D
GreenColor Codes
All color formats for development
HEX
#0A481DRGB
rgb(10, 72, 29)HSL
hsl(138, 76%, 16%)OKLCH
oklch(0.353 0.094 148.5)CMYK
cmyk(86%, 0%, 60%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09411A
2#083917
3#073214
4#062B11
5#05240E
6#041D0B
7#031609
8#020E06
9#010703
Tints
Lighter variations
1#0F6E2B
2#14933A
3#19B949
4#1EDF58
5#43E573
6#68EA8F
7#8EF0AB
8#B4F5C7
9#D9FAE3
Tones
Muted variations
1#0D451E
2#10421F
3#133F20
4#163B21
5#193823
6#1C3524
7#1F3225
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 | E0FB #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E369 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF5;
--green-100: #E0FBE8;
--green-200: #C5F7D4;
--green-300: #98F1B3;
--green-400: #62EA8B;
--green-500: #35E369;
--green-600: #1BC54E;
--green-700: #159D3E;
--green-800: #0F702C;
--green-900: #0A481C;
--green-950: #062D12;
}