Black
#072C0F
GreenColor Codes
All color formats for development
HEX
#072C0FRGB
rgb(7, 44, 15)HSL
hsl(133, 73%, 10%)OKLCH
oklch(0.259 0.067 147.3)CMYK
cmyk(84%, 0%, 66%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280D
2#06230C
3#051F0A
4#041A09
5#031607
6#031206
7#020D04
8#010903
9#010401
Tints
Lighter variations
1#0D541C
2#137C2A
3#19A337
4#20CB45
5#38E05D
6#60E67D
7#88EC9E
8#B0F3BE
9#D7F9DF
Tones
Muted variations
1#092A10
2#0B2811
3#0C2712
4#0E2513
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 #E0FAE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E781 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E05D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC242 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4718 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF4;
--black-100: #E0FAE6;
--black-200: #C6F6D0;
--black-300: #9AEFAC;
--black-400: #65E781;
--black-500: #38E05D;
--black-600: #1EC242;
--black-700: #189A34;
--black-800: #116E25;
--black-900: #0B4718;
--black-950: #072C0F;
}