Black
#023123
GreenColor Codes
All color formats for development
HEX
#023123RGB
rgb(2, 49, 35)HSL
hsl(162, 92%, 10%)OKLCH
oklch(0.279 0.055 167.5)CMYK
cmyk(96%, 0%, 29%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C1F
2#02271C
3#012218
4#011D15
5#011811
6#01140E
7#010F0A
8#000A07
9#000503
Tints
Lighter variations
1#045D42
2#068962
3#08B581
4#09E1A0
5#23F6B6
6#4FF8C5
7#7BF9D3
8#A7FBE2
9#D3FDF0
Tones
Muted variations
1#042F22
2#072C21
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 #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEFA;
--black-100: #DDFEF4;
--black-200: #BFFCEA;
--black-300: #8EFADA;
--black-400: #54F8C7;
--black-500: #23F6B6;
--black-600: #09D799;
--black-700: #07AB7A;
--black-800: #057A57;
--black-900: #034E38;
--black-950: #023123;
}