Black
#092A19
GreenColor Codes
All color formats for development
HEX
#092A19RGB
rgb(9, 42, 25)HSL
hsl(149, 65%, 10%)OKLCH
oklch(0.255 0.05 157.2)CMYK
cmyk(79%, 0%, 40%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082616
2#072214
3#061D11
4#05190F
5#04150C
6#04110A
7#030D07
8#020805
9#010402
Tints
Lighter variations
1#11502F
2#197646
3#219C5C
4#29C273
5#42D78A
6#68DFA1
7#8DE7B9
8#B3EFD0
9#D9F7E8
Tones
Muted variations
1#0B2819
2#0C2719
3#0E2519
4#102319
5#112219
6#132019
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 #E2F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAC3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0A4 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D78A | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B96E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9357 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16693E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4328 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF7;
--black-100: #E2F9ED;
--black-200: #C8F3DD;
--black-300: #9EEAC3;
--black-400: #6CE0A4;
--black-500: #42D78A;
--black-600: #27B96E;
--black-700: #1F9357;
--black-800: #16693E;
--black-900: #0E4328;
--black-950: #092A19;
}