Black
#02311D
GreenColor Codes
All color formats for development
HEX
#02311DRGB
rgb(2, 49, 29)HSL
hsl(154, 92%, 10%)OKLCH
oklch(0.277 0.061 159.4)CMYK
cmyk(96%, 0%, 41%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C1A
2#022717
3#012214
4#011D11
5#01180E
6#01140B
7#010F09
8#000A06
9#000503
Tints
Lighter variations
1#045D36
2#068950
3#08B56A
4#09E184
5#23F69A
6#4FF8AE
7#7BF9C3
8#A7FBD7
9#D3FDEB
Tones
Muted variations
1#042F1C
2#072C1C
3#092A1C
4#0B281B
5#0E251B
6#10231B
7#12211A
8#151E1A
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F69A | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEF8;
--black-100: #DDFEEF;
--black-200: #BFFCE2;
--black-300: #8EFACC;
--black-400: #54F8B1;
--black-500: #23F69A;
--black-600: #09D77E;
--black-700: #07AB64;
--black-800: #057A48;
--black-900: #034E2E;
--black-950: #02311D;
}