Black
#02311E
GreenColor Codes
All color formats for development
HEX
#02311ERGB
rgb(2, 49, 30)HSL
hsl(156, 92%, 10%)OKLCH
oklch(0.277 0.06 160.6)CMYK
cmyk(96%, 0%, 39%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C1B
2#022718
3#012215
4#011D12
5#01180F
6#01140C
7#010F09
8#000A06
9#000503
Tints
Lighter variations
1#045D39
2#068955
3#08B570
4#09E18B
5#23F6A1
6#4FF8B4
7#7BF9C7
8#A7FBDA
9#D3FDEC
Tones
Muted variations
1#042F1E
2#072C1D
3#092A1D
4#0B281C
5#0E251C
6#10231B
7#12211B
8#151E1A
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACF | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8B6 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D785 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E30 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEF9;
--black-100: #DDFEF0;
--black-200: #BFFCE4;
--black-300: #8EFACF;
--black-400: #54F8B6;
--black-500: #23F6A1;
--black-600: #09D785;
--black-700: #07AB6A;
--black-800: #057A4B;
--black-900: #034E30;
--black-950: #02311E;
}