Black
#092A14
GreenColor Codes
All color formats for development
HEX
#092A14RGB
rgb(9, 42, 20)HSL
hsl(140, 65%, 10%)OKLCH
oklch(0.254 0.056 151.2)CMYK
cmyk(79%, 0%, 52%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082612
2#072210
3#061D0E
4#05190C
5#04150A
6#041108
7#030D06
8#020804
9#010402
Tints
Lighter variations
1#115026
2#197638
3#219C4A
4#29C25C
5#42D773
6#68DF8F
7#8DE7AB
8#B3EFC7
9#D9F7E3
Tones
Muted variations
1#0B2815
2#0C2715
3#0E2516
4#102316
5#112217
6#132017
7#151E18
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE092 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D773 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B958 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9346 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF6;
--black-100: #E2F9E9;
--black-200: #C8F3D7;
--black-300: #9EEAB8;
--black-400: #6CE092;
--black-500: #42D773;
--black-600: #27B958;
--black-700: #1F9346;
--black-800: #166932;
--black-900: #0E4320;
--black-950: #092A14;
}