Black
#052E10
GreenColor Codes
All color formats for development
HEX
#052E10RGB
rgb(5, 46, 16)HSL
hsl(136, 80%, 10%)OKLCH
oklch(0.265 0.07 148.2)CMYK
cmyk(89%, 0%, 65%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05290E
2#04250D
3#04200B
4#031C0A
5#031708
6#021206
7#020E05
8#010903
9#010502
Tints
Lighter variations
1#0A571E
2#0E812D
3#13AA3B
4#17D34A
5#30E861
6#5AED81
7#83F1A0
8#ACF6C0
9#D6FADF
Tones
Muted variations
1#072C11
2#092A12
3#0B2813
4#0D2614
5#0F2415
6#112216
7#132017
8#151E18
9#171C19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3AE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED84 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E861 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A138 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7328 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF4;
--black-100: #DFFBE6;
--black-200: #C3F8D1;
--black-300: #95F3AE;
--black-400: #5EED84;
--black-500: #30E861;
--black-600: #16CA46;
--black-700: #12A138;
--black-800: #0D7328;
--black-900: #08491A;
--black-950: #052E10;
}