Black
#082B17
GreenColor Codes
All color formats for development
HEX
#082B17RGB
rgb(8, 43, 23)HSL
hsl(146, 69%, 10%)OKLCH
oklch(0.258 0.055 154.4)CMYK
cmyk(81%, 0%, 47%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072715
2#062213
3#061E10
4#051A0E
5#04160C
6#031109
7#020D07
8#020905
9#010402
Tints
Lighter variations
1#0F522C
2#167941
3#1D9F56
4#24C66B
5#3DDB82
6#64E39B
7#8BEAB4
8#B1F1CD
9#D8F8E6
Tones
Muted variations
1#0A2917
2#0B2818
3#0D2618
4#0F2418
5#112218
6#122119
7#141F19
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDBF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E39E | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9751 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4525 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF7;
--black-100: #E1F9EC;
--black-200: #C7F5DB;
--black-300: #9CEDBF;
--black-400: #68E39E;
--black-500: #3DDB82;
--black-600: #23BE66;
--black-700: #1C9751;
--black-800: #146C3A;
--black-900: #0D4525;
--black-950: #082B17;
}