Green
#0A480D
GreenColor Codes
All color formats for development
HEX
#0A480DRGB
rgb(10, 72, 13)HSL
hsl(123, 76%, 16%)OKLCH
oklch(0.351 0.107 143.4)CMYK
cmyk(86%, 0%, 82%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09410C
2#08390A
3#073209
4#062B08
5#052406
6#041D05
7#031604
8#020E03
9#010701
Tints
Lighter variations
1#0F6E14
2#14931A
3#19B921
4#1EDF28
5#43E54B
6#68EA6F
7#8EF093
8#B4F5B7
9#D9FADB
Tones
Muted variations
1#0D4510
2#104212
3#133F15
4#163B18
5#19381B
6#1C351E
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 #E0FBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19C | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA69 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC523 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7014 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FBE1;
--green-200: #C5F7C7;
--green-300: #98F19C;
--green-400: #62EA69;
--green-500: #35E33E;
--green-600: #1BC523;
--green-700: #159D1C;
--green-800: #0F7014;
--green-900: #0A480D;
--green-950: #062D08;
}