Black
#082B11
GreenColor Codes
All color formats for development
HEX
#082B11RGB
rgb(8, 43, 17)HSL
hsl(135, 69%, 10%)OKLCH
oklch(0.256 0.062 148.5)CMYK
cmyk(81%, 0%, 60%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07270F
2#06220D
3#061E0C
4#051A0A
5#041608
6#031107
7#020D05
8#020903
9#010402
Tints
Lighter variations
1#0F5220
2#16792F
3#1D9F3E
4#24C64D
5#3DDB65
6#64E384
7#8BEAA2
8#B1F1C1
9#D8F8E0
Tones
Muted variations
1#0A2912
2#0B2812
3#0D2613
4#0F2414
5#112215
6#122116
7#141F17
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB0 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E387 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB65 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C973A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF5;
--black-100: #E1F9E7;
--black-200: #C7F5D2;
--black-300: #9CEDB0;
--black-400: #68E387;
--black-500: #3DDB65;
--black-600: #23BE49;
--black-700: #1C973A;
--black-800: #146C2A;
--black-900: #0D451B;
--black-950: #082B11;
}