Black
#052E22
GreenColor Codes
All color formats for development
HEX
#052E22RGB
rgb(5, 46, 34)HSL
hsl(162, 80%, 10%)OKLCH
oklch(0.27 0.05 168.8)CMYK
cmyk(89%, 0%, 26%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05291E
2#04251B
3#042018
4#031C14
5#031711
6#02120D
7#020E0A
8#010907
9#010503
Tints
Lighter variations
1#0A5740
2#0E815E
3#13AA7D
4#17D39B
5#30E8B1
6#5AEDC1
7#83F1D0
8#ACF6E0
9#D6FAEF
Tones
Muted variations
1#072C21
2#092A20
3#0B281F
4#0D261E
5#0F241E
6#11221D
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 #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC2 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084936 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFA;
--black-100: #DFFBF3;
--black-200: #C3F8E8;
--black-300: #95F3D7;
--black-400: #5EEDC2;
--black-500: #30E8B1;
--black-600: #16CA94;
--black-700: #12A176;
--black-800: #0D7354;
--black-900: #084936;
--black-950: #052E22;
}