Black
#052E18
GreenColor Codes
All color formats for development
HEX
#052E18RGB
rgb(5, 46, 24)HSL
hsl(148, 80%, 10%)OKLCH
oklch(0.267 0.061 154.9)CMYK
cmyk(89%, 0%, 48%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052916
2#042513
3#042011
4#031C0E
5#03170C
6#02120A
7#020E07
8#010905
9#010502
Tints
Lighter variations
1#0A572E
2#0E8144
3#13AA59
4#17D36F
5#30E886
6#5AED9E
7#83F1B6
8#ACF6CF
9#D6FAE7
Tones
Muted variations
1#072C18
2#092A18
3#0B2819
4#0D2619
5#0F2419
6#112219
7#132019
8#151E19
9#171C19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E886 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A154 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D733C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084927 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF7;
--black-100: #DFFBEC;
--black-200: #C3F8DC;
--black-300: #95F3C1;
--black-400: #5EEDA1;
--black-500: #30E886;
--black-600: #16CA6A;
--black-700: #12A154;
--black-800: #0D733C;
--black-900: #084927;
--black-950: #052E18;
}