Charcoal
#094930
GreenColor Codes
All color formats for development
HEX
#094930RGB
rgb(9, 73, 48)HSL
hsl(157, 78%, 16%)OKLCH
oklch(0.36 0.075 161.1)CMYK
cmyk(88%, 0%, 34%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08412B
2#073A27
3#063322
4#052C1D
5#042418
6#041D13
7#03160E
8#020F0A
9#010705
Tints
Lighter variations
1#0E6F4A
2#129563
3#17BB7C
4#1CE195
5#40E7A7
6#66ECB9
7#8DF1CA
8#B3F6DC
9#D9FAED
Tones
Muted variations
1#0C452F
2#0F422F
3#133F2E
4#163C2D
5#19392D
6#1C362C
7#1F322B
8#222F2A
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C885 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF9;
--charcoal-100: #DFFBF0;
--charcoal-200: #C4F8E4;
--charcoal-300: #97F2CF;
--charcoal-400: #60EBB6;
--charcoal-500: #33E6A1;
--charcoal-600: #19C885;
--charcoal-700: #149F69;
--charcoal-800: #0E714B;
--charcoal-900: #094930;
--charcoal-950: #062D1E;
}