Charcoal
#094837
GreenColor Codes
All color formats for development
HEX
#094837RGB
rgb(9, 72, 55)HSL
hsl(164, 78%, 16%)OKLCH
oklch(0.359 0.067 169.4)CMYK
cmyk(88%, 0%, 24%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084132
2#073A2D
3#063327
4#052C21
5#04241C
6#041D16
7#031611
8#020F0B
9#010706
Tints
Lighter variations
1#0E6F55
2#129572
3#17BB8F
4#1CE1AD
5#40E7BB
6#66ECC9
7#8DF1D6
8#B3F6E4
9#D9FAF1
Tones
Muted variations
1#0C4536
2#0F4235
3#133F33
4#163C32
5#193930
6#1C362F
7#1F322D
8#222F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094938 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFA;
--charcoal-100: #DFFBF4;
--charcoal-200: #C4F8EA;
--charcoal-300: #97F2DA;
--charcoal-400: #60EBC6;
--charcoal-500: #33E6B6;
--charcoal-600: #19C899;
--charcoal-700: #149F7A;
--charcoal-800: #0E7157;
--charcoal-900: #094938;
--charcoal-950: #062D23;
}