Black
#072C21
GreenColor Codes
All color formats for development
HEX
#072C21RGB
rgb(7, 44, 33)HSL
hsl(162, 73%, 10%)OKLCH
oklch(0.264 0.046 169.1)CMYK
cmyk(84%, 0%, 25%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06281E
2#06231A
3#051F17
4#041A14
5#031610
6#03120D
7#020D0A
8#010907
9#010403
Tints
Lighter variations
1#0D543F
2#137C5C
3#19A37A
4#20CB98
5#38E0AE
6#60E6BE
7#88ECCE
8#B0F3DF
9#D7F9EF
Tones
Muted variations
1#092A20
2#0B281F
3#0C271F
4#0E251E
5#10231D
6#12211C
7#141F1C
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4735 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFA;
--black-100: #E0FAF2;
--black-200: #C6F6E8;
--black-300: #9AEFD5;
--black-400: #65E7C0;
--black-500: #38E0AE;
--black-600: #1EC291;
--black-700: #189A73;
--black-800: #116E52;
--black-900: #0B4735;
--black-950: #072C21;
}