Black
#092A1D
GreenColor Codes
All color formats for development
HEX
#092A1DRGB
rgb(9, 42, 29)HSL
hsl(156, 65%, 10%)OKLCH
oklch(0.257 0.046 163.6)CMYK
cmyk(79%, 0%, 31%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08261A
2#072217
3#061D14
4#051911
5#04150E
6#04110C
7#030D09
8#020806
9#010403
Tints
Lighter variations
1#115037
2#197651
3#219C6B
4#29C285
5#42D79B
6#68DFAF
7#8DE7C3
8#B3EFD7
9#D9F7EB
Tones
Muted variations
1#0B281C
2#0C271C
3#0E251C
4#10231B
5#11221B
6#13201B
7#151E1A
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEACC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D79B | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B97F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166948 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF8;
--black-100: #E2F9EF;
--black-200: #C8F3E2;
--black-300: #9EEACC;
--black-400: #6CE0B1;
--black-500: #42D79B;
--black-600: #27B97F;
--black-700: #1F9365;
--black-800: #166948;
--black-900: #0E432E;
--black-950: #092A1D;
}