Charcoal
#09482A
GreenColor Codes
All color formats for development
HEX
#09482ARGB
rgb(9, 72, 42)HSL
hsl(151, 78%, 16%)OKLCH
oklch(0.356 0.08 156.5)CMYK
cmyk(88%, 0%, 42%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084126
2#073A21
3#06331D
4#052C19
5#042415
6#041D11
7#03160D
8#020F08
9#010704
Tints
Lighter variations
1#0E6F40
2#129556
3#17BB6C
4#1CE182
5#40E797
6#66ECAC
7#8DF1C0
8#B3F6D5
9#D9FAEA
Tones
Muted variations
1#0C452A
2#0F422A
3#133F2A
4#163C29
5#193929
6#1C3629
7#1F3229
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 #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E68F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C873 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF8;
--charcoal-100: #DFFBEE;
--charcoal-200: #C4F8DF;
--charcoal-300: #97F2C6;
--charcoal-400: #60EBA8;
--charcoal-500: #33E68F;
--charcoal-600: #19C873;
--charcoal-700: #149F5C;
--charcoal-800: #0E7141;
--charcoal-900: #09492A;
--charcoal-950: #062D1A;
}