Black
#082B1D
GreenColor Codes
All color formats for development
HEX
#082B1DRGB
rgb(8, 43, 29)HSL
hsl(156, 69%, 10%)OKLCH
oklch(0.259 0.048 162.9)CMYK
cmyk(81%, 0%, 33%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07271A
2#062217
3#061E14
4#051A11
5#04160F
6#03110C
7#020D09
8#020906
9#010403
Tints
Lighter variations
1#0F5237
2#167951
3#1D9F6B
4#24C685
5#3DDB9C
6#64E3B0
7#8BEAC4
8#B1F1D7
9#D8F8EB
Tones
Muted variations
1#0A291D
2#0B281C
3#0D261C
4#0F241C
5#11221B
6#12211B
7#141F1B
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCC | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9766 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF8;
--black-100: #E1F9F0;
--black-200: #C7F5E2;
--black-300: #9CEDCC;
--black-400: #68E3B2;
--black-500: #3DDB9C;
--black-600: #23BE80;
--black-700: #1C9766;
--black-800: #146C49;
--black-900: #0D452E;
--black-950: #082B1D;
}