Black
#072C19
GreenColor Codes
All color formats for development
HEX
#072C19RGB
rgb(7, 44, 25)HSL
hsl(149, 73%, 10%)OKLCH
oklch(0.261 0.055 156.6)CMYK
cmyk(84%, 0%, 43%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062816
2#062314
3#051F11
4#041A0F
5#03160C
6#03120A
7#020D07
8#010905
9#010402
Tints
Lighter variations
1#0D542F
2#137C46
3#19A35C
4#20CB72
5#38E089
6#60E6A1
7#88ECB8
8#B0F3D0
9#D7F9E7
Tones
Muted variations
1#092A19
2#0B2819
3#0C2719
4#0E2519
5#102319
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 #E0FAED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A4 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E089 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC26D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4728 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF7;
--black-100: #E0FAED;
--black-200: #C6F6DD;
--black-300: #9AEFC3;
--black-400: #65E7A4;
--black-500: #38E089;
--black-600: #1EC26D;
--black-700: #189A57;
--black-800: #116E3E;
--black-900: #0B4728;
--black-950: #072C19;
}