Black
#092A17
GreenColor Codes
All color formats for development
HEX
#092A17RGB
rgb(9, 42, 23)HSL
hsl(145, 65%, 10%)OKLCH
oklch(0.255 0.053 154.6)CMYK
cmyk(79%, 0%, 45%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082614
2#072212
3#061D10
4#05190E
5#04150B
6#041109
7#030D07
8#020805
9#010402
Tints
Lighter variations
1#11502B
2#197640
3#219C54
4#29C269
5#42D780
6#68DF99
7#8DE7B3
8#B3EFCC
9#D9F7E6
Tones
Muted variations
1#0B2817
2#0C2717
3#0E2518
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 #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABE | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE09C | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D780 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B964 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9350 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF7;
--black-100: #E2F9EB;
--black-200: #C8F3DA;
--black-300: #9EEABE;
--black-400: #6CE09C;
--black-500: #42D780;
--black-600: #27B964;
--black-700: #1F9350;
--black-800: #166939;
--black-900: #0E4324;
--black-950: #092A17;
}