Black
#082B09
GreenColor Codes
All color formats for development
HEX
#082B09RGB
rgb(8, 43, 9)HSL
hsl(122, 69%, 10%)OKLCH
oklch(0.255 0.071 143.6)CMYK
cmyk(81%, 0%, 79%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072708
2#062207
3#061E06
4#051A05
5#041605
6#031104
7#020D03
8#020902
9#010401
Tints
Lighter variations
1#0F5211
2#167919
3#1D9F22
4#24C62A
5#3DDB42
6#64E368
7#8BEA8E
8#B1F1B4
9#D8F8D9
Tones
Muted variations
1#0A290B
2#0B280C
3#0D260E
4#0F2410
5#112211
6#122113
7#141F15
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CED9F | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E36C | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB42 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE28 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9720 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF2;
--black-100: #E1F9E2;
--black-200: #C7F5C9;
--black-300: #9CED9F;
--black-400: #68E36C;
--black-500: #3DDB42;
--black-600: #23BE28;
--black-700: #1C9720;
--black-800: #146C17;
--black-900: #0D450F;
--black-950: #082B09;
}