Black
#072C18
GreenColor Codes
All color formats for development
HEX
#072C18RGB
rgb(7, 44, 24)HSL
hsl(148, 73%, 10%)OKLCH
oklch(0.261 0.056 155.4)CMYK
cmyk(84%, 0%, 45%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062816
2#062313
3#051F11
4#041A0F
5#03160C
6#03120A
7#020D07
8#010905
9#010402
Tints
Lighter variations
1#0D542E
2#137C44
3#19A35A
4#20CB70
5#38E087
6#60E69F
7#88ECB7
8#B0F3CF
9#D7F9E7
Tones
Muted variations
1#092A18
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 #E0FAEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A1 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E087 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC26B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4727 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF7;
--black-100: #E0FAEC;
--black-200: #C6F6DC;
--black-300: #9AEFC1;
--black-400: #65E7A1;
--black-500: #38E087;
--black-600: #1EC26B;
--black-700: #189A55;
--black-800: #116E3D;
--black-900: #0B4727;
--black-950: #072C18;
}