Charcoal
#094823
GreenColor Codes
All color formats for development
HEX
#094823RGB
rgb(9, 72, 35)HSL
hsl(145, 78%, 16%)OKLCH
oklch(0.354 0.088 151.8)CMYK
cmyk(88%, 0%, 51%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084120
2#073A1C
3#063319
4#052C15
5#042412
6#041D0E
7#03160B
8#020F07
9#010704
Tints
Lighter variations
1#0E6F36
2#129549
3#17BB5B
4#1CE16E
5#40E786
6#66EC9E
7#8DF1B6
8#B3F6CF
9#D9FAE7
Tones
Muted variations
1#0C4524
2#0F4225
3#133F25
4#163C26
5#193926
6#1C3627
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 #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7137 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | 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: #DFFBEB;
--charcoal-200: #C4F8DA;
--charcoal-300: #97F2BD;
--charcoal-400: #60EB9A;
--charcoal-500: #33E67D;
--charcoal-600: #19C862;
--charcoal-700: #149F4E;
--charcoal-800: #0E7137;
--charcoal-900: #094923;
--charcoal-950: #062D16;
}