Charcoal
#09482F
GreenColor Codes
All color formats for development
HEX
#09482FRGB
rgb(9, 72, 47)HSL
hsl(156, 78%, 16%)OKLCH
oklch(0.357 0.075 160.8)CMYK
cmyk(88%, 0%, 35%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08412A
2#073A26
3#063321
4#052C1C
5#042418
6#041D13
7#03160E
8#020F09
9#010705
Tints
Lighter variations
1#0E6F48
2#129561
3#17BB79
4#1CE192
5#40E7A5
6#66ECB7
7#8DF1C9
8#B3F6DB
9#D9FAED
Tones
Muted variations
1#0C452F
2#0F422E
3#133F2D
4#163C2D
5#19392C
6#1C362B
7#1F322B
8#222F2A
9#262C29
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 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF9;
--charcoal-100: #DFFBF0;
--charcoal-200: #C4F8E3;
--charcoal-300: #97F2CD;
--charcoal-400: #60EBB4;
--charcoal-500: #33E69E;
--charcoal-600: #19C882;
--charcoal-700: #149F67;
--charcoal-800: #0E714A;
--charcoal-900: #09492F;
--charcoal-950: #062D1D;
}