Black
#092A0A
GreenColor Codes
All color formats for development
HEX
#092A0ARGB
rgb(9, 42, 10)HSL
hsl(122, 65%, 10%)OKLCH
oklch(0.252 0.068 143.7)CMYK
cmyk(79%, 0%, 76%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082609
2#072208
3#061D07
4#051906
5#041505
6#041104
7#030D03
8#020802
9#010401
Tints
Lighter variations
1#115013
2#19761C
3#219C25
4#29C22E
5#42D747
6#68DF6C
7#8DE790
8#B3EFB5
9#D9F7DA
Tones
Muted variations
1#0B280C
2#0C270D
3#0E250F
4#102310
5#112212
6#132013
7#151E15
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE070 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D747 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B92C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9323 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166919 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF3;
--black-100: #E2F9E2;
--black-200: #C8F3CA;
--black-300: #9EEAA1;
--black-400: #6CE070;
--black-500: #42D747;
--black-600: #27B92C;
--black-700: #1F9323;
--black-800: #166919;
--black-900: #0E4310;
--black-950: #092A0A;
}