Green
#0A480A
GreenColor Codes
All color formats for development
HEX
#0A480ARGB
rgb(10, 72, 10)HSL
hsl(120, 76%, 16%)OKLCH
oklch(0.351 0.109 142.8)CMYK
cmyk(86%, 0%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094109
2#083908
3#073207
4#062B06
5#052405
6#041D04
7#031603
8#020E02
9#010701
Tints
Lighter variations
1#0F6E0F
2#149314
3#19B919
4#1EDF1E
5#43E543
6#68EA68
7#8EF08E
8#B4F5B4
9#D9FAD9
Tones
Muted variations
1#0D450D
2#104210
3#133F13
4#163B16
5#193819
6#1C351C
7#1F321F
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 #98F198 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA62 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | 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: #98F198;
--green-400: #62EA62;
--green-500: #35E335;
--green-600: #1BC51B;
--green-700: #159D15;
--green-800: #0F700F;
--green-900: #0A480A;
--green-950: #062D06;
}