Black
#092A0E
GreenColor Codes
All color formats for development
HEX
#092A0ERGB
rgb(9, 42, 14)HSL
hsl(129, 65%, 10%)OKLCH
oklch(0.253 0.063 146.1)CMYK
cmyk(79%, 0%, 67%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08260D
2#07220B
3#061D0A
4#051908
5#041507
6#041106
7#030D04
8#020803
9#010401
Tints
Lighter variations
1#11501A
2#197627
3#219C33
4#29C240
5#42D758
6#68DF79
7#8DE79B
8#B3EFBC
9#D9F7DE
Tones
Muted variations
1#0B280F
2#0C2710
3#0E2511
4#102313
5#112214
6#132015
7#151E16
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE07D | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D758 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B93D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9331 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166923 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4316 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF4;
--black-100: #E2F9E5;
--black-200: #C8F3CF;
--black-300: #9EEAAA;
--black-400: #6CE07D;
--black-500: #42D758;
--black-600: #27B93D;
--black-700: #1F9331;
--black-800: #166923;
--black-900: #0E4316;
--black-950: #092A0E;
}