Charcoal
#094923
GreenColor Codes
All color formats for development
HEX
#094923RGB
rgb(9, 73, 35)HSL
hsl(144, 78%, 16%)OKLCH
oklch(0.357 0.089 151.5)CMYK
cmyk(88%, 0%, 52%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08411F
2#073A1C
3#063318
4#052C15
5#042411
6#041D0E
7#03160A
8#020F07
9#010703
Tints
Lighter variations
1#0E6F35
2#129547
3#17BB59
4#1CE16B
5#40E783
6#66EC9C
7#8DF1B5
8#B3F6CD
9#D9FAE6
Tones
Muted variations
1#0C4523
2#0F4224
3#133F24
4#163C25
5#193926
6#1C3626
7#1F3227
8#222F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB98 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67A | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF6;
--charcoal-100: #DFFBEA;
--charcoal-200: #C4F8D9;
--charcoal-300: #97F2BB;
--charcoal-400: #60EB98;
--charcoal-500: #33E67A;
--charcoal-600: #19C85F;
--charcoal-700: #149F4B;
--charcoal-800: #0E7136;
--charcoal-900: #094922;
--charcoal-950: #062D16;
}