Black
#072C0E
GreenColor Codes
All color formats for development
HEX
#072C0ERGB
rgb(7, 44, 14)HSL
hsl(131, 73%, 10%)OKLCH
oklch(0.259 0.068 146.6)CMYK
cmyk(84%, 0%, 68%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280C
2#06230B
3#051F0A
4#041A08
5#031607
6#031205
7#020D04
8#010903
9#010401
Tints
Lighter variations
1#0D541A
2#137C26
3#19A333
4#20CB3F
5#38E057
6#60E679
7#88EC9A
8#B0F3BC
9#D7F9DD
Tones
Muted variations
1#092A0F
2#0B2810
3#0C2711
4#0E2512
5#102314
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 #E0FAE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA9 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E77C | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E057 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC23C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4716 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF4;
--black-100: #E0FAE5;
--black-200: #C6F6CF;
--black-300: #9AEFA9;
--black-400: #65E77C;
--black-500: #38E057;
--black-600: #1EC23C;
--black-700: #189A30;
--black-800: #116E22;
--black-900: #0B4716;
--black-950: #072C0E;
}