Black
#02311C
GreenColor Codes
All color formats for development
HEX
#02311CRGB
rgb(2, 49, 28)HSL
hsl(153, 92%, 10%)OKLCH
oklch(0.277 0.062 158.3)CMYK
cmyk(96%, 0%, 43%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C19
2#022716
3#012213
4#011D11
5#01180E
6#01140B
7#010F08
8#000A06
9#000503
Tints
Lighter variations
1#045D35
2#06894E
3#08B567
4#09E180
5#23F697
6#4FF8AC
7#7BF9C0
8#A7FBD5
9#D3FDEA
Tones
Muted variations
1#042F1C
2#072C1B
3#092A1B
4#0B281B
5#0E251B
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 #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8AE | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F697 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D77B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEF8;
--black-100: #DDFEEF;
--black-200: #BFFCE1;
--black-300: #8EFACA;
--black-400: #54F8AE;
--black-500: #23F697;
--black-600: #09D77B;
--black-700: #07AB61;
--black-800: #057A46;
--black-900: #034E2D;
--black-950: #02311C;
}