Black
#072C17
GreenColor Codes
All color formats for development
HEX
#072C17RGB
rgb(7, 44, 23)HSL
hsl(146, 73%, 10%)OKLCH
oklch(0.261 0.057 154.2)CMYK
cmyk(84%, 0%, 48%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062815
2#062312
3#051F10
4#041A0E
5#03160C
6#031209
7#020D07
8#010905
9#010402
Tints
Lighter variations
1#0D542C
2#137C40
3#19A355
4#20CB6A
5#38E081
6#60E69A
7#88ECB3
8#B0F3CD
9#D7F9E6
Tones
Muted variations
1#092A17
2#0B2818
3#0C2718
4#0E2518
5#102318
6#122119
7#141F19
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79D | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E081 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC265 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4725 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF7;
--black-100: #E0FAEB;
--black-200: #C6F6DB;
--black-300: #9AEFBF;
--black-400: #65E79D;
--black-500: #38E081;
--black-600: #1EC265;
--black-700: #189A51;
--black-800: #116E3A;
--black-900: #0B4725;
--black-950: #072C17;
}