Charcoal
#094936
GreenColor Codes
All color formats for development
HEX
#094936RGB
rgb(9, 73, 54)HSL
hsl(162, 78%, 16%)OKLCH
oklch(0.362 0.069 167.3)CMYK
cmyk(88%, 0%, 26%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084130
2#073A2B
3#063325
4#052C20
5#04241B
6#041D15
7#031610
8#020F0B
9#010705
Tints
Lighter variations
1#0E6F52
2#12956E
3#17BB8A
4#1CE1A6
5#40E7B5
6#66ECC4
7#8DF1D3
8#B3F6E2
9#D9FAF0
Tones
Muted variations
1#0C4534
2#0F4233
3#133F32
4#163C30
5#19392F
6#1C362E
7#1F322D
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 #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C893 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7154 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | 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: #DFFBF3;
--charcoal-200: #C4F8E8;
--charcoal-300: #97F2D7;
--charcoal-400: #60EBC2;
--charcoal-500: #33E6B0;
--charcoal-600: #19C893;
--charcoal-700: #149F75;
--charcoal-800: #0E7154;
--charcoal-900: #094936;
--charcoal-950: #062D21;
}