Black
#092A09
GreenColor Codes
All color formats for development
HEX
#092A09RGB
rgb(9, 42, 9)HSL
hsl(120, 65%, 10%)OKLCH
oklch(0.252 0.069 143.2)CMYK
cmyk(79%, 0%, 79%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082608
2#072207
3#061D06
4#051905
5#041504
6#041104
7#030D03
8#020802
9#010401
Tints
Lighter variations
1#115011
2#197619
3#219C21
4#29C229
5#42D742
6#68DF68
7#8DE78D
8#B3EFB3
9#D9F7D9
Tones
Muted variations
1#0B280B
2#0C270C
3#0E250E
4#102310
5#112211
6#132013
7#151E15
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEA9E | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE06C | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D742 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B927 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F931F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166916 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E430E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF2;
--black-100: #E2F9E2;
--black-200: #C8F3C8;
--black-300: #9EEA9E;
--black-400: #6CE06C;
--black-500: #42D742;
--black-600: #27B927;
--black-700: #1F931F;
--black-800: #166916;
--black-900: #0E430E;
--black-950: #092A09;
}