Black
#052E12
GreenColor Codes
All color formats for development
HEX
#052E12RGB
rgb(5, 46, 18)HSL
hsl(139, 80%, 10%)OKLCH
oklch(0.266 0.067 149.6)CMYK
cmyk(89%, 0%, 61%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052910
2#04250E
3#04200D
4#031C0B
5#031709
6#021207
7#020E05
8#010904
9#010502
Tints
Lighter variations
1#0A5722
2#0E8132
3#13AA43
4#17D353
5#30E86B
6#5AED88
7#83F1A6
8#ACF6C4
9#D6FAE1
Tones
Muted variations
1#072C13
2#092A14
3#0B2814
4#0D2615
5#0F2416
6#112217
7#132017
8#151E18
9#171C19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED8C | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E86B | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF5;
--black-100: #DFFBE8;
--black-200: #C3F8D4;
--black-300: #95F3B3;
--black-400: #5EED8C;
--black-500: #30E86B;
--black-600: #16CA4F;
--black-700: #12A13F;
--black-800: #0D732D;
--black-900: #08491D;
--black-950: #052E12;
}