Black
#072C09
GreenColor Codes
All color formats for development
HEX
#072C09RGB
rgb(7, 44, 9)HSL
hsl(123, 73%, 10%)OKLCH
oklch(0.258 0.073 143.9)CMYK
cmyk(84%, 0%, 80%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062808
2#062307
3#051F06
4#041A05
5#031604
6#031203
7#020D03
8#010902
9#010401
Tints
Lighter variations
1#0D5411
2#137C18
3#19A320
4#20CB28
5#38E041
6#60E667
7#88EC8D
8#B0F3B3
9#D7F9D9
Tones
Muted variations
1#092A0A
2#0B280C
3#0C270E
4#0E250F
5#102311
6#122113
7#141F14
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9E | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E76B | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E041 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC226 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A1F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF2;
--black-100: #E0FAE1;
--black-200: #C6F6C8;
--black-300: #9AEF9E;
--black-400: #65E76B;
--black-500: #38E041;
--black-600: #1EC226;
--black-700: #189A1F;
--black-800: #116E16;
--black-900: #0B470E;
--black-950: #072C09;
}