Black
#092A13
GreenColor Codes
All color formats for development
HEX
#092A13RGB
rgb(9, 42, 19)HSL
hsl(138, 65%, 10%)OKLCH
oklch(0.254 0.057 150.2)CMYK
cmyk(79%, 0%, 55%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082611
2#07220F
3#061D0D
4#05190B
5#041509
6#041108
7#030D06
8#020804
9#010402
Tints
Lighter variations
1#115024
2#197635
3#219C46
4#29C257
5#42D76E
6#68DF8B
7#8DE7A8
8#B3EFC5
9#D9F7E2
Tones
Muted variations
1#0B2814
2#0C2714
3#0E2515
4#102316
5#112216
6#132017
7#151E18
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 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08F | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D76E | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B953 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9342 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF5;
--black-100: #E2F9E9;
--black-200: #C8F3D5;
--black-300: #9EEAB5;
--black-400: #6CE08F;
--black-500: #42D76E;
--black-600: #27B953;
--black-700: #1F9342;
--black-800: #16692F;
--black-900: #0E431E;
--black-950: #092A13;
}