Charcoal
#094937
GreenColor Codes
All color formats for development
HEX
#094937RGB
rgb(9, 73, 55)HSL
hsl(163, 78%, 16%)OKLCH
oklch(0.362 0.069 168.4)CMYK
cmyk(88%, 0%, 25%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084131
2#073A2C
3#063326
4#052C21
5#04241B
6#041D16
7#031610
8#020F0B
9#010705
Tints
Lighter variations
1#0E6F53
2#129570
3#17BB8D
4#1CE1A9
5#40E7B8
6#66ECC6
7#8DF1D4
8#B3F6E3
9#D9FAF1
Tones
Muted variations
1#0C4535
2#0F4234
3#133F32
4#163C31
5#193930
6#1C362E
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 #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D8 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C896 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094937 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFA;
--charcoal-100: #DFFBF3;
--charcoal-200: #C4F8E9;
--charcoal-300: #97F2D8;
--charcoal-400: #60EBC4;
--charcoal-500: #33E6B3;
--charcoal-600: #19C896;
--charcoal-700: #149F77;
--charcoal-800: #0E7155;
--charcoal-900: #094937;
--charcoal-950: #062D22;
}