Black
#072C0C
GreenColor Codes
All color formats for development
HEX
#072C0CRGB
rgb(7, 44, 12)HSL
hsl(128, 73%, 10%)OKLCH
oklch(0.258 0.07 145.4)CMYK
cmyk(84%, 0%, 73%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280B
2#062309
3#051F08
4#041A07
5#031606
6#031205
7#020D04
8#010902
9#010401
Tints
Lighter variations
1#0D5417
2#137C21
3#19A32C
4#20CB37
5#38E04F
6#60E672
7#88EC95
8#B0F3B9
9#D7F9DC
Tones
Muted variations
1#092A0D
2#0B280F
3#0C2710
4#0E2511
5#102313
6#122114
7#141F15
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E776 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E04F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC234 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4713 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF3;
--black-100: #E0FAE4;
--black-200: #C6F6CC;
--black-300: #9AEFA5;
--black-400: #65E776;
--black-500: #38E04F;
--black-600: #1EC234;
--black-700: #189A29;
--black-800: #116E1E;
--black-900: #0B4713;
--black-950: #072C0C;
}