Black
#023124
GreenColor Codes
All color formats for development
HEX
#023124RGB
rgb(2, 49, 36)HSL
hsl(163, 92%, 10%)OKLCH
oklch(0.279 0.054 169.1)CMYK
cmyk(96%, 0%, 27%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C20
2#02271D
3#012219
4#011D15
5#011812
6#01140E
7#010F0B
8#000A07
9#000504
Tints
Lighter variations
1#045D44
2#068964
3#08B584
4#09E1A4
5#23F6BA
6#4FF8C8
7#7BF9D6
8#A7FBE3
9#D3FDF1
Tones
Muted variations
1#042F23
2#072C22
3#092A21
4#0B2820
5#0E251F
6#10231E
7#12211D
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D79D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEFA;
--black-100: #DDFEF4;
--black-200: #BFFCEB;
--black-300: #8EFADC;
--black-400: #54F8C9;
--black-500: #23F6BA;
--black-600: #09D79D;
--black-700: #07AB7D;
--black-800: #057A59;
--black-900: #034E39;
--black-950: #023124;
}