Black
#052E16
GreenColor Codes
All color formats for development
HEX
#052E16RGB
rgb(5, 46, 22)HSL
hsl(145, 80%, 10%)OKLCH
oklch(0.266 0.063 152.9)CMYK
cmyk(89%, 0%, 52%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052914
2#042512
3#04200F
4#031C0D
5#03170B
6#021209
7#020E07
8#010904
9#010502
Tints
Lighter variations
1#0A572A
2#0E813E
3#13AA52
4#17D366
5#30E87D
6#5AED97
7#83F1B1
8#ACF6CB
9#D6FAE5
Tones
Muted variations
1#072C16
2#092A17
3#0B2817
4#0D2617
5#0F2418
6#112218
7#132018
8#151E19
9#171C19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BD | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED9A | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E87D | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A14D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7337 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084923 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF6;
--black-100: #DFFBEB;
--black-200: #C3F8D9;
--black-300: #95F3BD;
--black-400: #5EED9A;
--black-500: #30E87D;
--black-600: #16CA61;
--black-700: #12A14D;
--black-800: #0D7337;
--black-900: #084923;
--black-950: #052E16;
}