Black
#052E06
GreenColor Codes
All color formats for development
HEX
#052E06RGB
rgb(5, 46, 6)HSL
hsl(121, 80%, 10%)OKLCH
oklch(0.264 0.08 143.3)CMYK
cmyk(89%, 0%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052905
2#042505
3#042004
4#031C03
5#031703
6#021202
7#020E02
8#010901
9#010501
Tints
Lighter variations
1#0A570B
2#0E8110
3#13AA15
4#17D31B
5#30E834
6#5AED5C
7#83F185
8#ACF6AE
9#D6FAD6
Tones
Muted variations
1#072C08
2#092A0A
3#0B280C
4#0D260E
5#0F2410
6#112212
7#132014
8#151E16
9#171C18
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 #C3F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F397 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED61 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E834 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D730E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084909 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF1;
--black-100: #DFFBDF;
--black-200: #C3F8C4;
--black-300: #95F397;
--black-400: #5EED61;
--black-500: #30E834;
--black-600: #16CA19;
--black-700: #12A114;
--black-800: #0D730E;
--black-900: #084909;
--black-950: #052E06;
}