Charcoal
#094925
GreenColor Codes
All color formats for development
HEX
#094925RGB
rgb(9, 73, 37)HSL
hsl(146, 78%, 16%)OKLCH
oklch(0.358 0.087 152.7)CMYK
cmyk(88%, 0%, 49%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084121
2#073A1D
3#06331A
4#052C16
5#042412
6#041D0F
7#03160B
8#020F07
9#010704
Tints
Lighter variations
1#0E6F38
2#12954B
3#17BB5E
4#1CE171
5#40E789
6#66ECA0
7#8DF1B8
8#B3F6D0
9#D9FAE7
Tones
Muted variations
1#0C4525
2#0F4225
3#133F26
4#163C26
5#193927
6#1C3627
7#1F3228
8#222F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C865 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7139 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094925 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF7;
--charcoal-100: #DFFBEB;
--charcoal-200: #C4F8DA;
--charcoal-300: #97F2BE;
--charcoal-400: #60EB9C;
--charcoal-500: #33E680;
--charcoal-600: #19C865;
--charcoal-700: #149F50;
--charcoal-800: #0E7139;
--charcoal-900: #094925;
--charcoal-950: #062D17;
}