Charcoal
#094922
GreenColor Codes
All color formats for development
HEX
#094922RGB
rgb(9, 73, 34)HSL
hsl(143, 78%, 16%)OKLCH
oklch(0.357 0.09 150.9)CMYK
cmyk(88%, 0%, 53%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08411E
2#073A1B
3#063317
4#052C14
5#042411
6#041D0D
7#03160A
8#020F07
9#010703
Tints
Lighter variations
1#0E6F33
2#129544
3#17BB56
4#1CE167
5#40E780
6#66EC9A
7#8DF1B3
8#B3F6CC
9#D9FAE6
Tones
Muted variations
1#0C4522
2#0F4223
3#133F24
4#163C24
5#193925
6#1C3626
7#1F3227
8#222F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB96 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E677 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7134 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094921 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF6;
--charcoal-100: #DFFBEA;
--charcoal-200: #C4F8D8;
--charcoal-300: #97F2BA;
--charcoal-400: #60EB96;
--charcoal-500: #33E677;
--charcoal-600: #19C85C;
--charcoal-700: #149F49;
--charcoal-800: #0E7134;
--charcoal-900: #094921;
--charcoal-950: #062D15;
}