Black
#072C1D
GreenColor Codes
All color formats for development
HEX
#072C1DRGB
rgb(7, 44, 29)HSL
hsl(156, 73%, 10%)OKLCH
oklch(0.262 0.05 162.2)CMYK
cmyk(84%, 0%, 34%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06281A
2#062317
3#051F14
4#041A12
5#03160F
6#03120C
7#020D09
8#010906
9#010403
Tints
Lighter variations
1#0D5438
2#137C52
3#19A36C
4#20CB86
5#38E09D
6#60E6B1
7#88ECC4
8#B0F3D8
9#D7F9EB
Tones
Muted variations
1#092A1D
2#0B281C
3#0C271C
4#0E251C
5#10231B
6#12211B
7#141F1B
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 #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E09D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC281 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF8;
--black-100: #E0FAF0;
--black-200: #C6F6E3;
--black-300: #9AEFCD;
--black-400: #65E7B3;
--black-500: #38E09D;
--black-600: #1EC281;
--black-700: #189A66;
--black-800: #116E49;
--black-900: #0B472F;
--black-950: #072C1D;
}