Black
#023121
GreenColor Codes
All color formats for development
HEX
#023121RGB
rgb(2, 49, 33)HSL
hsl(160, 92%, 10%)OKLCH
oklch(0.278 0.057 164.6)CMYK
cmyk(96%, 0%, 33%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C1E
2#02271B
3#012217
4#011D14
5#011811
6#01140D
7#010F0A
8#000A07
9#000503
Tints
Lighter variations
1#045D3F
2#06895D
3#08B57B
4#09E199
5#23F6AF
6#4FF8BF
7#7BF9CF
8#A7FBDF
9#D3FDEF
Tones
Muted variations
1#042F21
2#072C20
3#092A1F
4#0B281E
5#0E251D
6#10231D
7#12211C
8#151E1B
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD6 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C1 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D793 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E35 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEFA;
--black-100: #DDFEF3;
--black-200: #BFFCE8;
--black-300: #8EFAD6;
--black-400: #54F8C1;
--black-500: #23F6AF;
--black-600: #09D793;
--black-700: #07AB75;
--black-800: #057A53;
--black-900: #034E35;
--black-950: #023121;
}