Charcoal
#094928
GreenColor Codes
All color formats for development
HEX
#094928RGB
rgb(9, 73, 40)HSL
hsl(149, 78%, 16%)OKLCH
oklch(0.358 0.084 154.6)CMYK
cmyk(88%, 0%, 45%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084124
2#073A20
3#06331C
4#052C18
5#042414
6#041D10
7#03160C
8#020F08
9#010704
Tints
Lighter variations
1#0E6F3D
2#129551
3#17BB66
4#1CE17B
5#40E791
6#66ECA7
7#8DF1BD
8#B3F6D3
9#D9FAE9
Tones
Muted variations
1#0C4528
2#0F4228
3#133F28
4#163C28
5#193928
6#1C3628
7#1F3228
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 #C4F8DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA3 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E689 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C86D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E713E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094928 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF7;
--charcoal-100: #DFFBED;
--charcoal-200: #C4F8DD;
--charcoal-300: #97F2C3;
--charcoal-400: #60EBA3;
--charcoal-500: #33E689;
--charcoal-600: #19C86D;
--charcoal-700: #149F57;
--charcoal-800: #0E713E;
--charcoal-900: #094928;
--charcoal-950: #062D19;
}