Charcoal
#084933
GreenColor Codes
All color formats for development
HEX
#084933RGB
rgb(8, 73, 51)HSL
hsl(160, 80%, 16%)OKLCH
oklch(0.361 0.073 164.2)CMYK
cmyk(89%, 0%, 30%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07422F
2#073B29
3#063324
4#052C1F
5#04251A
6#031D15
7#021610
8#020F0A
9#010705
Tints
Lighter variations
1#0C704F
2#11976A
3#15BD85
4#19E4A0
5#3EEAB0
6#65EEC0
7#8BF2D0
8#B2F6E0
9#D8FBEF
Tones
Muted variations
1#0B4633
2#0F4332
3#124030
4#153C2F
5#18392E
6#1C362D
7#1F332C
8#222F2B
9#262C2A
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 {
--charcoal-50: #F1FDF9;
--charcoal-100: #DFFBF2;
--charcoal-200: #C3F8E7;
--charcoal-300: #95F3D4;
--charcoal-400: #5EEDBE;
--charcoal-500: #30E8AB;
--charcoal-600: #16CA8E;
--charcoal-700: #12A171;
--charcoal-800: #0D7351;
--charcoal-900: #084934;
--charcoal-950: #052E20;
}