Black
#072C0D
GreenColor Codes
All color formats for development
HEX
#072C0DRGB
rgb(7, 44, 13)HSL
hsl(130, 73%, 10%)OKLCH
oklch(0.259 0.069 146)CMYK
cmyk(84%, 0%, 70%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280C
2#06230A
3#051F09
4#041A08
5#031607
6#031205
7#020D04
8#010903
9#010401
Tints
Lighter variations
1#0D5419
2#137C25
3#19A330
4#20CB3C
5#38E054
6#60E677
7#88EC99
8#B0F3BB
9#D7F9DD
Tones
Muted variations
1#092A0E
2#0B2810
3#0C2711
4#0E2512
5#102313
6#122115
7#141F16
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E77A | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E054 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC23A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4715 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF4;
--black-100: #E0FAE4;
--black-200: #C6F6CE;
--black-300: #9AEFA8;
--black-400: #65E77A;
--black-500: #38E054;
--black-600: #1EC23A;
--black-700: #189A2E;
--black-800: #116E21;
--black-900: #0B4715;
--black-950: #072C0D;
}