Black
#052E15
GreenColor Codes
All color formats for development
HEX
#052E15RGB
rgb(5, 46, 21)HSL
hsl(143, 80%, 10%)OKLCH
oklch(0.266 0.064 152)CMYK
cmyk(89%, 0%, 54%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052913
2#042511
3#04200F
4#031C0C
5#03170A
6#021208
7#020E06
8#010904
9#010502
Tints
Lighter variations
1#0A5727
2#0E813A
3#13AA4D
4#17D35F
5#30E877
6#5AED92
7#83F1AD
8#ACF6C9
9#D6FAE4
Tones
Muted variations
1#072C15
2#092A16
3#0B2816
4#0D2617
5#0F2417
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 #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED95 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E877 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A149 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084921 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF6;
--black-100: #DFFBEA;
--black-200: #C3F8D8;
--black-300: #95F3B9;
--black-400: #5EED95;
--black-500: #30E877;
--black-600: #16CA5B;
--black-700: #12A149;
--black-800: #0D7334;
--black-900: #084921;
--black-950: #052E15;
}