Black
#092A1A
GreenColor Codes
All color formats for development
HEX
#092A1ARGB
rgb(9, 42, 26)HSL
hsl(151, 65%, 10%)OKLCH
oklch(0.256 0.049 158.7)CMYK
cmyk(79%, 0%, 38%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082617
2#072215
3#061D12
4#051910
5#04150D
6#04110A
7#030D08
8#020805
9#010403
Tints
Lighter variations
1#115031
2#197649
3#219C60
4#29C278
5#42D78F
6#68DFA5
7#8DE7BC
8#B3EFD2
9#D9F7E9
Tones
Muted variations
1#0B281A
2#0C271A
3#0E251A
4#10231A
5#11221A
6#13201A
7#151E1A
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAC6 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0A8 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D78F | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B973 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F935B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166941 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF8;
--black-100: #E2F9EE;
--black-200: #C8F3DF;
--black-300: #9EEAC6;
--black-400: #6CE0A8;
--black-500: #42D78F;
--black-600: #27B973;
--black-700: #1F935B;
--black-800: #166941;
--black-900: #0E432A;
--black-950: #092A1A;
}