Black
#052E0F
GreenColor Codes
All color formats for development
HEX
#052E0FRGB
rgb(5, 46, 15)HSL
hsl(135, 80%, 10%)OKLCH
oklch(0.265 0.071 147.6)CMYK
cmyk(89%, 0%, 67%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05290E
2#04250C
3#04200B
4#031C09
5#031708
6#021206
7#020E05
8#010903
9#010502
Tints
Lighter variations
1#0A571D
2#0E812B
3#13AA39
4#17D346
5#30E85E
6#5AED7E
7#83F19F
8#ACF6BF
9#D6FADF
Tones
Muted variations
1#072C10
2#092A11
3#0B2812
4#0D2613
5#0F2414
6#112215
7#132016
8#151E17
9#171C18
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 #95F3AD | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED82 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E85E | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA43 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A136 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7326 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084918 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0F | 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: #95F3AD;
--black-400: #5EED82;
--black-500: #30E85E;
--black-600: #16CA43;
--black-700: #12A136;
--black-800: #0D7326;
--black-900: #084918;
--black-950: #052E0F;
}