Charcoal
#094933
GreenColor Codes
All color formats for development
HEX
#094933RGB
rgb(9, 73, 51)HSL
hsl(159, 78%, 16%)OKLCH
oklch(0.361 0.072 164)CMYK
cmyk(88%, 0%, 30%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08412D
2#073A28
3#063323
4#052C1E
5#042419
6#041D14
7#03160F
8#020F0A
9#010705
Tints
Lighter variations
1#0E6F4D
2#129567
3#17BB82
4#1CE19C
5#40E7AD
6#66ECBD
7#8DF1CE
8#B3F6DE
9#D9FAEF
Tones
Muted variations
1#0C4531
2#0F4230
3#133F2F
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 #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094932 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF9;
--charcoal-100: #DFFBF1;
--charcoal-200: #C4F8E6;
--charcoal-300: #97F2D2;
--charcoal-400: #60EBBB;
--charcoal-500: #33E6A7;
--charcoal-600: #19C88A;
--charcoal-700: #149F6E;
--charcoal-800: #0E714F;
--charcoal-900: #094932;
--charcoal-950: #062D1F;
}