Charcoal
#094828
GreenColor Codes
All color formats for development
HEX
#094828RGB
rgb(9, 72, 40)HSL
hsl(150, 78%, 16%)OKLCH
oklch(0.355 0.082 155)CMYK
cmyk(88%, 0%, 44%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084125
2#073A21
3#06331D
4#052C18
5#042414
6#041D10
7#03160C
8#020F08
9#010704
Tints
Lighter variations
1#0E6F3E
2#129554
3#17BB69
4#1CE17E
5#40E794
6#66ECA9
7#8DF1BF
8#B3F6D4
9#D9FAEA
Tones
Muted variations
1#0C4529
2#0F4229
3#133F29
4#163C29
5#193929
6#1C3629
7#1F3229
8#222F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E68C | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C870 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7140 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094929 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF7;
--charcoal-100: #DFFBED;
--charcoal-200: #C4F8DE;
--charcoal-300: #97F2C4;
--charcoal-400: #60EBA6;
--charcoal-500: #33E68C;
--charcoal-600: #19C870;
--charcoal-700: #149F59;
--charcoal-800: #0E7140;
--charcoal-900: #094929;
--charcoal-950: #062D1A;
}