Black
#082B15
GreenColor Codes
All color formats for development
HEX
#082B15RGB
rgb(8, 43, 21)HSL
hsl(142, 69%, 10%)OKLCH
oklch(0.257 0.057 152.2)CMYK
cmyk(81%, 0%, 51%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072713
2#062211
3#061E0F
4#051A0C
5#04160A
6#031108
7#020D06
8#020904
9#010402
Tints
Lighter variations
1#0F5228
2#16793A
3#1D9F4D
4#24C660
5#3DDB77
6#64E392
7#8BEAAD
8#B1F1C9
9#D8F8E4
Tones
Muted variations
1#0A2915
2#0B2816
3#0D2616
4#0F2417
5#112217
6#122118
7#141F18
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDBA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E395 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9749 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4521 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF6;
--black-100: #E1F9EA;
--black-200: #C7F5D8;
--black-300: #9CEDBA;
--black-400: #68E395;
--black-500: #3DDB77;
--black-600: #23BE5C;
--black-700: #1C9749;
--black-800: #146C34;
--black-900: #0D4521;
--black-950: #082B15;
}