Black
#072C22
GreenColor Codes
All color formats for development
HEX
#072C22RGB
rgb(7, 44, 34)HSL
hsl(164, 73%, 10%)OKLCH
oklch(0.264 0.045 171.1)CMYK
cmyk(84%, 0%, 23%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06281F
2#06231B
3#051F18
4#041A15
5#031611
6#03120E
7#020D0A
8#010907
9#010403
Tints
Lighter variations
1#0D5441
2#137C60
3#19A37E
4#20CB9D
5#38E0B3
6#60E6C2
7#88ECD2
8#B0F3E1
9#D7F9F0
Tones
Muted variations
1#092A21
2#0B2820
3#0C2720
4#0E251F
5#10231E
6#12211D
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 #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C4 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4737 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFA;
--black-100: #E0FAF3;
--black-200: #C6F6E9;
--black-300: #9AEFD8;
--black-400: #65E7C4;
--black-500: #38E0B3;
--black-600: #1EC296;
--black-700: #189A78;
--black-800: #116E55;
--black-900: #0B4737;
--black-950: #072C22;
}