Black
#082B14
GreenColor Codes
All color formats for development
HEX
#082B14RGB
rgb(8, 43, 20)HSL
hsl(141, 69%, 10%)OKLCH
oklch(0.257 0.058 151.2)CMYK
cmyk(81%, 0%, 53%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072712
2#062210
3#061E0E
4#051A0C
5#04160A
6#031108
7#020D06
8#020904
9#010402
Tints
Lighter variations
1#0F5226
2#167939
3#1D9F4B
4#24C65D
5#3DDB74
6#64E390
7#8BEAAC
8#B1F1C8
9#D8F8E3
Tones
Muted variations
1#0A2915
2#0B2815
3#0D2616
4#0F2416
5#112217
6#122117
7#141F18
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB8 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E393 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9747 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4520 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF6;
--black-100: #E1F9E9;
--black-200: #C7F5D7;
--black-300: #9CEDB8;
--black-400: #68E393;
--black-500: #3DDB74;
--black-600: #23BE59;
--black-700: #1C9747;
--black-800: #146C33;
--black-900: #0D4520;
--black-950: #082B14;
}