Black
#072C07
GreenColor Codes
All color formats for development
HEX
#072C07RGB
rgb(7, 44, 7)HSL
hsl(120, 73%, 10%)OKLCH
oklch(0.258 0.075 143)CMYK
cmyk(84%, 0%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062806
2#062306
3#051F05
4#041A04
5#031603
6#031203
7#020D02
8#010901
9#010401
Tints
Lighter variations
1#0D540D
2#137C13
3#19A319
4#20CB20
5#38E038
6#60E660
7#88EC88
8#B0F3B0
9#D7F9D7
Tones
Muted variations
1#092A09
2#0B280B
3#0C270C
4#0E250E
5#102310
6#122112
7#141F14
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9A | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E765 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF2;
--black-100: #E0FAE0;
--black-200: #C6F6C6;
--black-300: #9AEF9A;
--black-400: #65E765;
--black-500: #38E038;
--black-600: #1EC21E;
--black-700: #189A18;
--black-800: #116E11;
--black-900: #0B470B;
--black-950: #072C07;
}