Green
#0A480B
GreenColor Codes
All color formats for development
HEX
#0A480BRGB
rgb(10, 72, 11)HSL
hsl(121, 76%, 16%)OKLCH
oklch(0.351 0.109 143)CMYK
cmyk(86%, 0%, 85%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09410A
2#083909
3#073208
4#062B06
5#052405
6#041D04
7#031603
8#020E02
9#010701
Tints
Lighter variations
1#0F6E11
2#149316
3#19B91C
4#1EDF22
5#43E545
6#68EA6A
7#8EF090
8#B4F5B5
9#D9FADA
Tones
Muted variations
1#0D450E
2#104211
3#133F14
4#163B17
5#19381A
6#1C351D
7#1F3220
8#232F23
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F199 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA64 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E338 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7011 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FBE0;
--green-200: #C5F7C5;
--green-300: #98F199;
--green-400: #62EA64;
--green-500: #35E338;
--green-600: #1BC51E;
--green-700: #159D18;
--green-800: #0F7011;
--green-900: #0A480B;
--green-950: #062D07;
}