Black
#092A12
GreenColor Codes
All color formats for development
HEX
#092A12RGB
rgb(9, 42, 18)HSL
hsl(136, 65%, 10%)OKLCH
oklch(0.254 0.059 149.3)CMYK
cmyk(79%, 0%, 57%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082610
2#07220E
3#061D0C
4#05190B
5#041509
6#041107
7#030D05
8#020804
9#010402
Tints
Lighter variations
1#115022
2#197632
3#219C42
4#29C252
5#42D769
6#68DF87
7#8DE7A5
8#B3EFC3
9#D9F7E1
Tones
Muted variations
1#0B2813
2#0C2713
3#0E2514
4#102315
5#112216
6#132016
7#151E17
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08B | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D769 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF5;
--black-100: #E2F9E8;
--black-200: #C8F3D4;
--black-300: #9EEAB3;
--black-400: #6CE08B;
--black-500: #42D769;
--black-600: #27B94E;
--black-700: #1F933E;
--black-800: #16692C;
--black-900: #0E431C;
--black-950: #092A12;
}