Green
#0A481A
GreenColor Codes
All color formats for development
HEX
#0A481ARGB
rgb(10, 72, 26)HSL
hsl(135, 76%, 16%)OKLCH
oklch(0.353 0.097 147.2)CMYK
cmyk(86%, 0%, 64%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094117
2#083914
3#073212
4#062B0F
5#05240D
6#041D0A
7#031608
8#020E05
9#010703
Tints
Lighter variations
1#0F6E27
2#149334
3#19B941
4#1EDF4E
5#43E56B
6#68EA89
7#8EF0A6
8#B4F5C4
9#D9FAE1
Tones
Muted variations
1#0D451B
2#10421C
3#133F1E
4#163B1F
5#193821
6#1C3523
7#1F3224
8#232F26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA84 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E361 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC546 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7028 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4819 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E0FBE6;
--green-200: #C5F7D1;
--green-300: #98F1AE;
--green-400: #62EA84;
--green-500: #35E361;
--green-600: #1BC546;
--green-700: #159D37;
--green-800: #0F7028;
--green-900: #0A4819;
--green-950: #062D10;
}