Charcoal
#094926
GreenColor Codes
All color formats for development
HEX
#094926RGB
rgb(9, 73, 38)HSL
hsl(147, 78%, 16%)OKLCH
oklch(0.358 0.086 153.3)CMYK
cmyk(88%, 0%, 48%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084122
2#073A1E
3#06331A
4#052C17
5#042413
6#041D0F
7#03160B
8#020F08
9#010704
Tints
Lighter variations
1#0E6F39
2#12954D
3#17BB61
4#1CE175
5#40E78C
6#66ECA3
7#8DF1BA
8#B3F6D1
9#D9FAE8
Tones
Muted variations
1#0C4526
2#0F4226
3#133F27
4#163C27
5#193927
6#1C3628
7#1F3228
8#222F28
9#262C28
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 | C4F8 #C4F8DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9F | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E683 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C867 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E713B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094926 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF7;
--charcoal-100: #DFFBEC;
--charcoal-200: #C4F8DB;
--charcoal-300: #97F2C0;
--charcoal-400: #60EB9F;
--charcoal-500: #33E683;
--charcoal-600: #19C867;
--charcoal-700: #149F52;
--charcoal-800: #0E713B;
--charcoal-900: #094926;
--charcoal-950: #062D18;
}