Black
#092A1B
GreenColor Codes
All color formats for development
HEX
#092A1BRGB
rgb(9, 42, 27)HSL
hsl(153, 65%, 10%)OKLCH
oklch(0.256 0.048 160.2)CMYK
cmyk(79%, 0%, 36%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082618
2#072216
3#061D13
4#051910
5#04150E
6#04110B
7#030D08
8#020805
9#010403
Tints
Lighter variations
1#115034
2#19764C
3#219C64
4#29C27D
5#42D794
6#68DFA9
7#8DE7BF
8#B3EFD4
9#D9F7EA
Tones
Muted variations
1#0B281B
2#0C271B
3#0E251B
4#10231A
5#11221A
6#13201A
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 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAC8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0AC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D794 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F935F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166944 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF8;
--black-100: #E2F9EE;
--black-200: #C8F3E0;
--black-300: #9EEAC8;
--black-400: #6CE0AC;
--black-500: #42D794;
--black-600: #27B977;
--black-700: #1F935F;
--black-800: #166944;
--black-900: #0E432B;
--black-950: #092A1B;
}