Black
#082B08
GreenColor Codes
All color formats for development
HEX
#082B08RGB
rgb(8, 43, 8)HSL
hsl(120, 69%, 10%)OKLCH
oklch(0.255 0.072 143.1)CMYK
cmyk(81%, 0%, 81%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072707
2#062206
3#061E06
4#051A05
5#041604
6#031103
7#020D02
8#020902
9#010401
Tints
Lighter variations
1#0F520F
2#167916
3#1D9F1D
4#24C624
5#3DDB3D
6#64E364
7#8BEA8B
8#B1F1B1
9#D8F8D8
Tones
Muted variations
1#0A290A
2#0B280B
3#0D260D
4#0F240F
5#112211
6#122112
7#141F14
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 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CED9C | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E368 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB3D | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE23 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C971C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF2;
--black-100: #E1F9E1;
--black-200: #C7F5C7;
--black-300: #9CED9C;
--black-400: #68E368;
--black-500: #3DDB3D;
--black-600: #23BE23;
--black-700: #1C971C;
--black-800: #146C14;
--black-900: #0D450D;
--black-950: #082B08;
}