Charcoal
#084936
GreenColor Codes
All color formats for development
HEX
#084936RGB
rgb(8, 73, 54)HSL
hsl(162, 80%, 16%)OKLCH
oklch(0.362 0.07 167.4)CMYK
cmyk(89%, 0%, 26%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074230
2#073B2B
3#063326
4#052C20
5#04251B
6#031D16
7#021610
8#020F0B
9#010705
Tints
Lighter variations
1#0C7052
2#11976E
3#15BD8B
4#19E4A7
5#3EEAB6
6#65EEC5
7#8BF2D3
8#B2F6E2
9#D8FBF0
Tones
Muted variations
1#0B4635
2#0F4333
3#124032
4#153C31
5#18392F
6#1C362E
7#1F332D
8#222F2B
9#262C2A
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 {
--charcoal-50: #F1FDFA;
--charcoal-100: #DFFBF3;
--charcoal-200: #C3F8E8;
--charcoal-300: #95F3D7;
--charcoal-400: #5EEDC2;
--charcoal-500: #30E8B1;
--charcoal-600: #16CA94;
--charcoal-700: #12A176;
--charcoal-800: #0D7354;
--charcoal-900: #084936;
--charcoal-950: #052E22;
}