Charcoal
#09492B
GreenColor Codes
All color formats for development
HEX
#09492BRGB
rgb(9, 73, 43)HSL
hsl(152, 78%, 16%)OKLCH
oklch(0.359 0.08 156.8)CMYK
cmyk(88%, 0%, 41%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084127
2#073A22
3#06331E
4#052C1A
5#042415
6#041D11
7#03160D
8#020F09
9#010704
Tints
Lighter variations
1#0E6F41
2#129558
3#17BB6F
4#1CE185
5#40E799
6#66ECAE
7#8DF1C2
8#B3F6D6
9#D9FAEB
Tones
Muted variations
1#0C452B
2#0F422A
3#133F2A
4#163C2A
5#19392A
6#1C362A
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 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAA | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E692 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C876 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492B | 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: #DFFBEE;
--charcoal-200: #C4F8E0;
--charcoal-300: #97F2C7;
--charcoal-400: #60EBAA;
--charcoal-500: #33E692;
--charcoal-600: #19C876;
--charcoal-700: #149F5E;
--charcoal-800: #0E7143;
--charcoal-900: #09492B;
--charcoal-950: #062D1B;
}