Black
#052E14
GreenColor Codes
All color formats for development
HEX
#052E14RGB
rgb(5, 46, 20)HSL
hsl(142, 80%, 10%)OKLCH
oklch(0.266 0.065 151.2)CMYK
cmyk(89%, 0%, 57%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052912
2#042510
3#04200E
4#031C0C
5#03170A
6#021208
7#020E06
8#010904
9#010502
Tints
Lighter variations
1#0A5726
2#0E8138
3#13AA4A
4#17D35C
5#30E874
6#5AED90
7#83F1AB
8#ACF6C7
9#D6FAE3
Tones
Muted variations
1#072C15
2#092A15
3#0B2816
4#0D2616
5#0F2417
6#112217
7#132018
8#151E18
9#171C19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED93 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E874 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A146 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7332 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084920 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF6;
--black-100: #DFFBE9;
--black-200: #C3F8D7;
--black-300: #95F3B8;
--black-400: #5EED93;
--black-500: #30E874;
--black-600: #16CA58;
--black-700: #12A146;
--black-800: #0D7332;
--black-900: #084920;
--black-950: #052E14;
}