Charcoal
#094934
GreenColor Codes
All color formats for development
HEX
#094934RGB
rgb(9, 73, 52)HSL
hsl(160, 78%, 16%)OKLCH
oklch(0.361 0.071 165.1)CMYK
cmyk(88%, 0%, 29%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08412E
2#073A29
3#063324
4#052C1F
5#04241A
6#041D15
7#03160F
8#020F0A
9#010705
Tints
Lighter variations
1#0E6F4E
2#129569
3#17BB84
4#1CE19F
5#40E7B0
6#66ECC0
7#8DF1CF
8#B3F6DF
9#D9FAEF
Tones
Muted variations
1#0C4532
2#0F4231
3#133F30
4#163C2F
5#19392E
6#1C362D
7#1F322C
8#222F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094933 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF9;
--charcoal-100: #DFFBF2;
--charcoal-200: #C4F8E6;
--charcoal-300: #97F2D4;
--charcoal-400: #60EBBD;
--charcoal-500: #33E6AA;
--charcoal-600: #19C88D;
--charcoal-700: #149F70;
--charcoal-800: #0E7150;
--charcoal-900: #094933;
--charcoal-950: #062D20;
}