Black
#02311A
GreenColor Codes
All color formats for development
HEX
#02311ARGB
rgb(2, 49, 26)HSL
hsl(151, 92%, 10%)OKLCH
oklch(0.276 0.065 156.2)CMYK
cmyk(96%, 0%, 47%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C18
2#022715
3#012212
4#011D10
5#01180D
6#01140B
7#010F08
8#000A05
9#000503
Tints
Lighter variations
1#045D32
2#06894A
3#08B561
4#09E179
5#23F690
6#4FF8A6
7#7BF9BC
8#A7FBD3
9#D3FDE9
Tones
Muted variations
1#042F1A
2#072C1A
3#092A1A
4#0B281A
5#0E251A
6#10231A
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 #DDFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAC6 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8A8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F690 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D774 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEF8;
--black-100: #DDFEEE;
--black-200: #BFFCDF;
--black-300: #8EFAC6;
--black-400: #54F8A8;
--black-500: #23F690;
--black-600: #09D774;
--black-700: #07AB5C;
--black-800: #057A42;
--black-900: #034E2A;
--black-950: #02311A;
}