Charcoal
#094826
GreenColor Codes
All color formats for development
HEX
#094826RGB
rgb(9, 72, 38)HSL
hsl(148, 78%, 16%)OKLCH
oklch(0.355 0.084 153.6)CMYK
cmyk(88%, 0%, 47%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084123
2#073A1F
3#06331B
4#052C17
5#042413
6#041D0F
7#03160C
8#020F08
9#010704
Tints
Lighter variations
1#0E6F3B
2#12954F
3#17BB64
4#1CE178
5#40E78E
6#66ECA5
7#8DF1BB
8#B3F6D2
9#D9FAE8
Tones
Muted variations
1#0C4527
2#0F4227
3#133F27
4#163C28
5#193928
6#1C3628
7#1F3228
8#222F28
9#262C29
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 #C4F8DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA1 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E686 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C86A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E713C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094927 | 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: #C4F8DC;
--charcoal-300: #97F2C1;
--charcoal-400: #60EBA1;
--charcoal-500: #33E686;
--charcoal-600: #19C86A;
--charcoal-700: #149F55;
--charcoal-800: #0E713C;
--charcoal-900: #094927;
--charcoal-950: #062D18;
}