Black
#052E0E
GreenColor Codes
All color formats for development
HEX
#052E0ERGB
rgb(5, 46, 14)HSL
hsl(133, 80%, 10%)OKLCH
oklch(0.265 0.072 147)CMYK
cmyk(89%, 0%, 70%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05290D
2#04250B
3#04200A
4#031C08
5#031707
6#021206
7#020E04
8#010903
9#010501
Tints
Lighter variations
1#0A571A
2#0E8127
3#13AA34
4#17D340
5#30E858
6#5AED7A
7#83F19B
8#ACF6BC
9#D6FADE
Tones
Muted variations
1#072C0F
2#092A10
3#0B2811
4#0D2613
5#0F2414
6#112215
7#132016
8#151E17
9#171C18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3AA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED7D | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E858 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA3D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A131 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7323 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084916 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF4;
--black-100: #DFFBE5;
--black-200: #C3F8CF;
--black-300: #95F3AA;
--black-400: #5EED7D;
--black-500: #30E858;
--black-600: #16CA3D;
--black-700: #12A131;
--black-800: #0D7323;
--black-900: #084916;
--black-950: #052E0E;
}