Black
#072C12
GreenColor Codes
All color formats for development
HEX
#072C12RGB
rgb(7, 44, 18)HSL
hsl(138, 73%, 10%)OKLCH
oklch(0.26 0.063 149.5)CMYK
cmyk(84%, 0%, 59%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062810
2#06230E
3#051F0D
4#041A0B
5#031609
6#031207
7#020D05
8#010904
9#010402
Tints
Lighter variations
1#0D5422
2#137C33
3#19A343
4#20CB53
5#38E06B
6#60E688
7#88ECA6
8#B0F3C4
9#D7F9E1
Tones
Muted variations
1#092A13
2#0B2814
3#0C2714
4#0E2515
5#102316
6#122117
7#141F17
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78C | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E06B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF5;
--black-100: #E0FAE8;
--black-200: #C6F6D4;
--black-300: #9AEFB3;
--black-400: #65E78C;
--black-500: #38E06B;
--black-600: #1EC24F;
--black-700: #189A3F;
--black-800: #116E2D;
--black-900: #0B471D;
--black-950: #072C12;
}