Black
#082B0A
GreenColor Codes
All color formats for development
HEX
#082B0ARGB
rgb(8, 43, 10)HSL
hsl(123, 69%, 10%)OKLCH
oklch(0.255 0.07 144.1)CMYK
cmyk(81%, 0%, 77%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072709
2#062208
3#061E07
4#051A06
5#041605
6#031104
7#020D03
8#020902
9#010401
Tints
Lighter variations
1#0F5212
2#16791B
3#1D9F24
4#24C62C
5#3DDB45
6#64E36A
7#8BEA8F
8#B1F1B5
9#D8F8DA
Tones
Muted variations
1#0A290B
2#0B280D
3#0D260E
4#0F2410
5#112212
6#122113
7#141F15
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA0 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E36E | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB45 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9722 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C18 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF3;
--black-100: #E1F9E2;
--black-200: #C7F5C9;
--black-300: #9CEDA0;
--black-400: #68E36E;
--black-500: #3DDB45;
--black-600: #23BE2B;
--black-700: #1C9722;
--black-800: #146C18;
--black-900: #0D450F;
--black-950: #082B0A;
}