Charcoal
#09492E
GreenColor Codes
All color formats for development
HEX
#09492ERGB
rgb(9, 73, 46)HSL
hsl(155, 78%, 16%)OKLCH
oklch(0.36 0.077 159.3)CMYK
cmyk(88%, 0%, 37%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084129
2#073A25
3#063320
4#052C1C
5#042417
6#041D12
7#03160E
8#020F09
9#010705
Tints
Lighter variations
1#0E6F46
2#12955F
3#17BB77
4#1CE18F
5#40E7A2
6#66ECB4
7#8DF1C7
8#B3F6DA
9#D9FAEC
Tones
Muted variations
1#0C452E
2#0F422D
3#133F2D
4#163C2C
5#19392B
6#1C362B
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 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C87F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | 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: #F1FDF8;
--charcoal-100: #DFFBEF;
--charcoal-200: #C4F8E2;
--charcoal-300: #97F2CC;
--charcoal-400: #60EBB1;
--charcoal-500: #33E69B;
--charcoal-600: #19C87F;
--charcoal-700: #149F65;
--charcoal-800: #0E7148;
--charcoal-900: #09492E;
--charcoal-950: #062D1D;
}