Black
#092A0B
GreenColor Codes
All color formats for development
HEX
#092A0BRGB
rgb(9, 42, 11)HSL
hsl(124, 65%, 10%)OKLCH
oklch(0.252 0.067 144.2)CMYK
cmyk(79%, 0%, 74%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08260A
2#072209
3#061D08
4#051907
5#041506
6#041104
7#030D03
8#020802
9#010401
Tints
Lighter variations
1#115015
2#19761F
3#219C29
4#29C233
5#42D74C
6#68DF6F
7#8DE793
8#B3EFB7
9#D9F7DB
Tones
Muted variations
1#0B280D
2#0C270E
3#0E250F
4#102311
5#112212
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 #C8F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE073 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D74C | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B931 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9327 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16691C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4312 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF3;
--black-100: #E2F9E3;
--black-200: #C8F3CB;
--black-300: #9EEAA3;
--black-400: #6CE073;
--black-500: #42D74C;
--black-600: #27B931;
--black-700: #1F9327;
--black-800: #16691C;
--black-900: #0E4312;
--black-950: #092A0B;
}