Black
#052E05
GreenColor Codes
All color formats for development
HEX
#052E05RGB
rgb(5, 46, 5)HSL
hsl(120, 80%, 10%)OKLCH
oklch(0.264 0.081 142.9)CMYK
cmyk(89%, 0%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052905
2#042504
3#042004
4#031C03
5#031703
6#021202
7#020E02
8#010901
9#010501
Tints
Lighter variations
1#0A570A
2#0E810E
3#13AA13
4#17D317
5#30E830
6#5AED5A
7#83F183
8#ACF6AC
9#D6FAD6
Tones
Muted variations
1#072C07
2#092A09
3#0B280B
4#0D260D
5#0F240F
6#112211
7#132013
8#151E15
9#171C17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F395 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED5E | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E830 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D730D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084908 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF1;
--black-100: #DFFBDF;
--black-200: #C3F8C3;
--black-300: #95F395;
--black-400: #5EED5E;
--black-500: #30E830;
--black-600: #16CA16;
--black-700: #12A112;
--black-800: #0D730D;
--black-900: #084908;
--black-950: #052E05;
}