Black
#082B20
GreenColor Codes
All color formats for development
HEX
#082B20RGB
rgb(8, 43, 32)HSL
hsl(161, 69%, 10%)OKLCH
oklch(0.26 0.045 168.3)CMYK
cmyk(81%, 0%, 26%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07271D
2#06221A
3#061E16
4#051A13
5#041610
6#03110D
7#020D0A
8#020906
9#010403
Tints
Lighter variations
1#0F523D
2#167959
3#1D9F76
4#24C693
5#3DDBA9
6#64E3BA
7#8BEACC
8#B1F1DD
9#D8F8EE
Tones
Muted variations
1#0A291F
2#0B281F
3#0D261E
4#0F241D
5#11221D
6#12211C
7#141F1B
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3BC | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4533 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF9;
--black-100: #E1F9F2;
--black-200: #C7F5E6;
--black-300: #9CEDD3;
--black-400: #68E3BC;
--black-500: #3DDBA9;
--black-600: #23BE8D;
--black-700: #1C9770;
--black-800: #146C50;
--black-900: #0D4533;
--black-950: #082B20;
}