Black
#092A16
GreenColor Codes
All color formats for development
HEX
#092A16RGB
rgb(9, 42, 22)HSL
hsl(144, 65%, 10%)OKLCH
oklch(0.255 0.054 153.4)CMYK
cmyk(79%, 0%, 48%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082614
2#072212
3#061D10
4#05190D
5#04150B
6#041109
7#030D07
8#020804
9#010402
Tints
Lighter variations
1#11502A
2#19763E
3#219C52
4#29C266
5#42D77D
6#68DF97
7#8DE7B1
8#B3EFCB
9#D9F7E5
Tones
Muted variations
1#0B2817
2#0C2717
3#0E2517
4#102318
5#112218
6#132018
7#151E19
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABD | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE09A | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D77D | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B962 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F934E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166937 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4323 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF6;
--black-100: #E2F9EB;
--black-200: #C8F3DA;
--black-300: #9EEABD;
--black-400: #6CE09A;
--black-500: #42D77D;
--black-600: #27B962;
--black-700: #1F934E;
--black-800: #166937;
--black-900: #0E4323;
--black-950: #092A16;
}