Black
#092A0D
GreenColor Codes
All color formats for development
HEX
#092A0DRGB
rgb(9, 42, 13)HSL
hsl(127, 65%, 10%)OKLCH
oklch(0.253 0.064 145.4)CMYK
cmyk(79%, 0%, 69%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08260C
2#07220A
3#061D09
4#051908
5#041506
6#041105
7#030D04
8#020803
9#010401
Tints
Lighter variations
1#115018
2#197624
3#219C2F
4#29C23B
5#42D753
6#68DF75
7#8DE798
8#B3EFBA
9#D9F7DD
Tones
Muted variations
1#0B280E
2#0C270F
3#0E2511
4#102312
5#112213
6#132014
7#151E16
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE079 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D753 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B938 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F932D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166920 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF4;
--black-100: #E2F9E4;
--black-200: #C8F3CD;
--black-300: #9EEAA7;
--black-400: #6CE079;
--black-500: #42D753;
--black-600: #27B938;
--black-700: #1F932D;
--black-800: #166920;
--black-900: #0E4314;
--black-950: #092A0D;
}