Black
#092A21
GreenColor Codes
All color formats for development
HEX
#092A21RGB
rgb(9, 42, 33)HSL
hsl(164, 65%, 10%)OKLCH
oklch(0.258 0.042 171.6)CMYK
cmyk(79%, 0%, 21%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08261E
2#07221B
3#061D17
4#051914
5#041511
6#04110D
7#030D0A
8#020807
9#010403
Tints
Lighter variations
1#11503F
2#19765D
3#219C7B
4#29C299
5#42D7AF
6#68DFBF
7#8DE7CF
8#B3EFDF
9#D9F7EF
Tones
Muted variations
1#0B2820
2#0C2720
3#0E251F
4#10231E
5#11221D
6#13201D
7#151E1C
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD6 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B992 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFA;
--black-100: #E2F9F3;
--black-200: #C8F3E8;
--black-300: #9EEAD6;
--black-400: #6CE0C1;
--black-500: #42D7AF;
--black-600: #27B992;
--black-700: #1F9374;
--black-800: #166953;
--black-900: #0E4335;
--black-950: #092A21;
}