Black
#023122
GreenColor Codes
All color formats for development
HEX
#023122RGB
rgb(2, 49, 34)HSL
hsl(161, 92%, 10%)OKLCH
oklch(0.278 0.056 166)CMYK
cmyk(96%, 0%, 31%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C1F
2#02271B
3#012218
4#011D14
5#011811
6#01140E
7#010F0A
8#000A07
9#000503
Tints
Lighter variations
1#045D41
2#06895F
3#08B57E
4#09E19D
5#23F6B3
6#4FF8C2
7#7BF9D1
8#A7FBE1
9#D3FDF0
Tones
Muted variations
1#042F21
2#072C20
3#092A20
4#0B281F
5#0E251E
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 #BFFCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C4 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D796 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEFA;
--black-100: #DDFEF3;
--black-200: #BFFCE9;
--black-300: #8EFAD8;
--black-400: #54F8C4;
--black-500: #23F6B3;
--black-600: #09D796;
--black-700: #07AB77;
--black-800: #057A55;
--black-900: #034E37;
--black-950: #023122;
}