Black
#072C16
GreenColor Codes
All color formats for development
HEX
#072C16RGB
rgb(7, 44, 22)HSL
hsl(144, 73%, 10%)OKLCH
oklch(0.26 0.058 153.2)CMYK
cmyk(84%, 0%, 50%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062814
2#062311
3#051F0F
4#041A0D
5#03160B
6#031209
7#020D07
8#010904
9#010402
Tints
Lighter variations
1#0D5429
2#137C3D
3#19A351
4#20CB64
5#38E07B
6#60E696
7#88ECB0
8#B0F3CA
9#D7F9E5
Tones
Muted variations
1#092A16
2#0B2817
3#0C2717
4#0E2517
5#102318
6#122118
7#141F18
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E799 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC260 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4723 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF6;
--black-100: #E0FAEB;
--black-200: #C6F6D9;
--black-300: #9AEFBC;
--black-400: #65E799;
--black-500: #38E07B;
--black-600: #1EC260;
--black-700: #189A4C;
--black-800: #116E36;
--black-900: #0B4723;
--black-950: #072C16;
}