Black
#072C0B
GreenColor Codes
All color formats for development
HEX
#072C0BRGB
rgb(7, 44, 11)HSL
hsl(126, 73%, 10%)OKLCH
oklch(0.258 0.071 144.9)CMYK
cmyk(84%, 0%, 75%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280A
2#062308
3#051F07
4#041A06
5#031605
6#031204
7#020D03
8#010902
9#010401
Tints
Lighter variations
1#0D5414
2#137C1E
3#19A327
4#20CB31
5#38E049
6#60E66E
7#88EC92
8#B0F3B6
9#D7F9DB
Tones
Muted variations
1#092A0C
2#0B280E
3#0C270F
4#0E2511
5#102312
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 #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E772 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E049 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC22F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4711 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF3;
--black-100: #E0FAE3;
--black-200: #C6F6CA;
--black-300: #9AEFA2;
--black-400: #65E772;
--black-500: #38E049;
--black-600: #1EC22F;
--black-700: #189A25;
--black-800: #116E1B;
--black-900: #0B4711;
--black-950: #072C0B;
}