Black
#092A0C
GreenColor Codes
All color formats for development
HEX
#092A0CRGB
rgb(9, 42, 12)HSL
hsl(125, 65%, 10%)OKLCH
oklch(0.253 0.065 144.8)CMYK
cmyk(79%, 0%, 71%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08260B
2#072209
3#061D08
4#051907
5#041506
6#041105
7#030D04
8#020802
9#010401
Tints
Lighter variations
1#115016
2#197621
3#219C2B
4#29C236
5#42D74E
6#68DF71
7#8DE795
8#B3EFB8
9#D9F7DC
Tones
Muted variations
1#0B280D
2#0C270E
3#0E2510
4#102311
5#112213
6#132014
7#151E15
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE075 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D74E | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B933 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9329 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16691D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4313 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF3;
--black-100: #E2F9E3;
--black-200: #C8F3CC;
--black-300: #9EEAA5;
--black-400: #6CE075;
--black-500: #42D74E;
--black-600: #27B933;
--black-700: #1F9329;
--black-800: #16691D;
--black-900: #0E4313;
--black-950: #092A0C;
}