Black
#082B21
GreenColor Codes
All color formats for development
HEX
#082B21RGB
rgb(8, 43, 33)HSL
hsl(163, 69%, 10%)OKLCH
oklch(0.261 0.044 170.3)CMYK
cmyk(81%, 0%, 23%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07271E
2#06221A
3#061E17
4#051A14
5#041611
6#03110D
7#020D0A
8#020907
9#010403
Tints
Lighter variations
1#0F523F
2#16795D
3#1D9F7B
4#24C698
5#3DDBAF
6#64E3BF
7#8BEACF
8#B1F1DF
9#D8F8EF
Tones
Muted variations
1#0A2920
2#0B2820
3#0D261F
4#0F241E
5#11221D
6#12211D
7#141F1C
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C0 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9774 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4535 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFA;
--black-100: #E1F9F2;
--black-200: #C7F5E8;
--black-300: #9CEDD6;
--black-400: #68E3C0;
--black-500: #3DDBAF;
--black-600: #23BE92;
--black-700: #1C9774;
--black-800: #146C53;
--black-900: #0D4535;
--black-950: #082B21;
}