Charcoal
#09492D
GreenColor Codes
All color formats for development
HEX
#09492DRGB
rgb(9, 73, 45)HSL
hsl(154, 78%, 16%)OKLCH
oklch(0.359 0.078 158.4)CMYK
cmyk(88%, 0%, 38%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084129
2#073A24
3#063320
4#052C1B
5#042417
6#041D12
7#03160E
8#020F09
9#010705
Tints
Lighter variations
1#0E6F45
2#12955C
3#17BB74
4#1CE18C
5#40E79F
6#66ECB2
7#8DF1C5
8#B3F6D9
9#D9FAEC
Tones
Muted variations
1#0C452D
2#0F422C
3#133F2C
4#163C2B
5#19392B
6#1C362A
7#1F322A
8#222F2A
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 #C4F8E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAF | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C87C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF8;
--charcoal-100: #DFFBEF;
--charcoal-200: #C4F8E1;
--charcoal-300: #97F2CA;
--charcoal-400: #60EBAF;
--charcoal-500: #33E698;
--charcoal-600: #19C87C;
--charcoal-700: #149F63;
--charcoal-800: #0E7146;
--charcoal-900: #09492D;
--charcoal-950: #062D1C;
}