Black
#052E20
GreenColor Codes
All color formats for development
HEX
#052E20RGB
rgb(5, 46, 32)HSL
hsl(160, 80%, 10%)OKLCH
oklch(0.269 0.052 165.4)CMYK
cmyk(89%, 0%, 30%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05291D
2#04251A
3#042017
4#031C13
5#031710
6#02120D
7#020E0A
8#010906
9#010503
Tints
Lighter variations
1#0A573D
2#0E815A
3#13AA78
4#17D395
5#30E8AB
6#5AEDBC
7#83F1CD
8#ACF6DD
9#D6FAEE
Tones
Muted variations
1#072C20
2#092A1F
3#0B281E
4#0D261E
5#0F241D
6#11221C
7#13201C
8#151E1B
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDBE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084934 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF9;
--black-100: #DFFBF2;
--black-200: #C3F8E7;
--black-300: #95F3D4;
--black-400: #5EEDBE;
--black-500: #30E8AB;
--black-600: #16CA8E;
--black-700: #12A171;
--black-800: #0D7351;
--black-900: #084934;
--black-950: #052E20;
}