Charcoal
#094935
GreenColor Codes
All color formats for development
HEX
#094935RGB
rgb(9, 73, 53)HSL
hsl(161, 78%, 16%)OKLCH
oklch(0.362 0.07 166.2)CMYK
cmyk(88%, 0%, 27%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08412F
2#073A2A
3#063325
4#052C1F
5#04241A
6#041D15
7#031610
8#020F0A
9#010705
Tints
Lighter variations
1#0E6F50
2#12956C
3#17BB87
4#1CE1A3
5#40E7B3
6#66ECC2
7#8DF1D1
8#B3F6E0
9#D9FAF0
Tones
Muted variations
1#0C4533
2#0F4232
3#133F31
4#163C30
5#19392F
6#1C362D
7#1F322C
8#222F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D5 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBF | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094934 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFA;
--charcoal-100: #DFFBF2;
--charcoal-200: #C4F8E7;
--charcoal-300: #97F2D5;
--charcoal-400: #60EBBF;
--charcoal-500: #33E6AD;
--charcoal-600: #19C890;
--charcoal-700: #149F73;
--charcoal-800: #0E7152;
--charcoal-900: #094934;
--charcoal-950: #062D21;
}