Black
#052E21
GreenColor Codes
All color formats for development
HEX
#052E21RGB
rgb(5, 46, 33)HSL
hsl(161, 80%, 10%)OKLCH
oklch(0.269 0.051 167.1)CMYK
cmyk(89%, 0%, 28%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05291E
2#04251A
3#042017
4#031C14
5#031710
6#02120D
7#020E0A
8#010907
9#010503
Tints
Lighter variations
1#0A573F
2#0E815C
3#13AA7A
4#17D398
5#30E8AE
6#5AEDBE
7#83F1CE
8#ACF6DF
9#D6FAEF
Tones
Muted variations
1#072C20
2#092A1F
3#0B281F
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 #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084935 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFA;
--black-100: #DFFBF2;
--black-200: #C3F8E8;
--black-300: #95F3D6;
--black-400: #5EEDC0;
--black-500: #30E8AE;
--black-600: #16CA91;
--black-700: #12A173;
--black-800: #0D7352;
--black-900: #084935;
--black-950: #052E21;
}