Charcoal
#09492C
GreenColor Codes
All color formats for development
HEX
#09492CRGB
rgb(9, 73, 44)HSL
hsl(153, 78%, 16%)OKLCH
oklch(0.359 0.079 157.6)CMYK
cmyk(88%, 0%, 40%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084128
2#073A23
3#06331F
4#052C1A
5#042416
6#041D12
7#03160D
8#020F09
9#010704
Tints
Lighter variations
1#0E6F43
2#12955A
3#17BB71
4#1CE188
5#40E79C
6#66ECB0
7#8DF1C4
8#B3F6D8
9#D9FAEB
Tones
Muted variations
1#0C452C
2#0F422B
3#133F2B
4#163C2B
5#19392A
6#1C362A
7#1F322A
8#222F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E695 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C879 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF8;
--charcoal-100: #DFFBEF;
--charcoal-200: #C4F8E0;
--charcoal-300: #97F2C9;
--charcoal-400: #60EBAD;
--charcoal-500: #33E695;
--charcoal-600: #19C879;
--charcoal-700: #149F60;
--charcoal-800: #0E7145;
--charcoal-900: #09492C;
--charcoal-950: #062D1B;
}