Black
#092A1E
GreenColor Codes
All color formats for development
HEX
#092A1ERGB
rgb(9, 42, 30)HSL
hsl(158, 65%, 10%)OKLCH
oklch(0.257 0.045 165.4)CMYK
cmyk(79%, 0%, 29%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08261B
2#072218
3#061D15
4#051912
5#04150F
6#04110C
7#030D09
8#020806
9#010403
Tints
Lighter variations
1#115039
2#197654
3#219C6F
4#29C28A
5#42D7A0
6#68DFB3
7#8DE7C6
8#B3EFD9
9#D9F7EC
Tones
Muted variations
1#0B281D
2#0C271D
3#0E251D
4#10231C
5#11221C
6#13201B
7#151E1B
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEACF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B984 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9369 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16694B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4330 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF9;
--black-100: #E2F9F0;
--black-200: #C8F3E4;
--black-300: #9EEACF;
--black-400: #6CE0B5;
--black-500: #42D7A0;
--black-600: #27B984;
--black-700: #1F9369;
--black-800: #16694B;
--black-900: #0E4330;
--black-950: #092A1E;
}