Black
#072C15
GreenColor Codes
All color formats for development
HEX
#072C15RGB
rgb(7, 44, 21)HSL
hsl(143, 73%, 10%)OKLCH
oklch(0.26 0.06 152.1)CMYK
cmyk(84%, 0%, 52%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062813
2#062311
3#051F0F
4#041A0D
5#03160B
6#031208
7#020D06
8#010904
9#010402
Tints
Lighter variations
1#0D5428
2#137C3B
3#19A34E
4#20CB61
5#38E079
6#60E694
7#88ECAE
8#B0F3C9
9#D7F9E4
Tones
Muted variations
1#092A16
2#0B2816
3#0C2716
4#0E2517
5#102317
6#122118
7#141F18
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E797 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E079 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC25D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4722 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF6;
--black-100: #E0FAEA;
--black-200: #C6F6D8;
--black-300: #9AEFBA;
--black-400: #65E797;
--black-500: #38E079;
--black-600: #1EC25D;
--black-700: #189A4A;
--black-800: #116E35;
--black-900: #0B4722;
--black-950: #072C15;
}