Black
#072C11
GreenColor Codes
All color formats for development
HEX
#072C11RGB
rgb(7, 44, 17)HSL
hsl(136, 73%, 10%)OKLCH
oklch(0.259 0.064 148.7)CMYK
cmyk(84%, 0%, 61%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280F
2#06230D
3#051F0C
4#041A0A
5#031608
6#031207
7#020D05
8#010903
9#010402
Tints
Lighter variations
1#0D5420
2#137C2F
3#19A33E
4#20CB4D
5#38E065
6#60E684
7#88ECA3
8#B0F3C1
9#D7F9E0
Tones
Muted variations
1#092A12
2#0B2813
3#0C2713
4#0E2514
5#102315
6#122116
7#141F17
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E787 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E065 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF5;
--black-100: #E0FAE7;
--black-200: #C6F6D3;
--black-300: #9AEFB0;
--black-400: #65E787;
--black-500: #38E065;
--black-600: #1EC24A;
--black-700: #189A3B;
--black-800: #116E2A;
--black-900: #0B471B;
--black-950: #072C11;
}