Black
#072C1B
GreenColor Codes
All color formats for development
HEX
#072C1BRGB
rgb(7, 44, 27)HSL
hsl(152, 73%, 10%)OKLCH
oklch(0.262 0.053 159.2)CMYK
cmyk(84%, 0%, 39%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062818
2#062315
3#051F13
4#041A10
5#03160D
6#03120B
7#020D08
8#010905
9#010403
Tints
Lighter variations
1#0D5433
2#137C4B
3#19A363
4#20CB7B
5#38E092
6#60E6A8
7#88ECBE
8#B0F3D3
9#D7F9E9
Tones
Muted variations
1#092A1B
2#0B281A
3#0C271A
4#0E251A
5#10231A
6#12211A
7#141F1A
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7AA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E092 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC276 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF8;
--black-100: #E0FAEE;
--black-200: #C6F6DF;
--black-300: #9AEFC7;
--black-400: #65E7AA;
--black-500: #38E092;
--black-600: #1EC276;
--black-700: #189A5E;
--black-800: #116E43;
--black-900: #0B472B;
--black-950: #072C1B;
}