Black
#052E07
GreenColor Codes
All color formats for development
HEX
#052E07RGB
rgb(5, 46, 7)HSL
hsl(123, 80%, 10%)OKLCH
oklch(0.264 0.079 143.7)CMYK
cmyk(89%, 0%, 85%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052906
2#042506
3#042005
4#031C04
5#031704
6#021203
7#020E02
8#010901
9#010501
Tints
Lighter variations
1#0A570E
2#0E8114
3#13AA1A
4#17D321
5#30E83A
6#5AED61
7#83F189
8#ACF6B0
9#D6FAD8
Tones
Muted variations
1#072C09
2#092A0B
3#0B280D
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 #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F39A | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED65 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E83A | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A119 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7312 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08490B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF2;
--black-100: #DFFBE0;
--black-200: #C3F8C6;
--black-300: #95F39A;
--black-400: #5EED65;
--black-500: #30E83A;
--black-600: #16CA1F;
--black-700: #12A119;
--black-800: #0D7312;
--black-900: #08490B;
--black-950: #052E07;
}