Black
#082B0E
GreenColor Codes
All color formats for development
HEX
#082B0ERGB
rgb(8, 43, 14)HSL
hsl(130, 69%, 10%)OKLCH
oklch(0.256 0.065 146.4)CMYK
cmyk(81%, 0%, 67%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07270C
2#06220B
3#061E0A
4#051A08
5#041607
6#031106
7#020D04
8#020903
9#010401
Tints
Lighter variations
1#0F521A
2#167927
3#1D9F33
4#24C63F
5#3DDB57
6#64E379
7#8BEA9A
8#B1F1BC
9#D8F8DD
Tones
Muted variations
1#0A290F
2#0B2810
3#0D2611
4#0F2412
5#112214
6#122115
7#141F16
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E37D | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE3D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9730 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4516 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF4;
--black-100: #E1F9E5;
--black-200: #C7F5CF;
--black-300: #9CEDA9;
--black-400: #68E37D;
--black-500: #3DDB57;
--black-600: #23BE3D;
--black-700: #1C9730;
--black-800: #146C22;
--black-900: #0D4516;
--black-950: #082B0E;
}