Charcoal
#034F34
GreenColor Codes
All color formats for development
HEX
#034F34RGB
rgb(3, 79, 52)HSL
hsl(159, 93%, 16%)OKLCH
oklch(0.379 0.082 161.7)CMYK
cmyk(96%, 0%, 34%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03472F
2#023F2A
3#023725
4#022F1F
5#01271A
6#011F15
7#011810
8#01100A
9#000805
Tints
Lighter variations
1#047850
2#06A16B
3#07CB86
4#09F4A2
5#30F8B2
6#5AF9C1
7#83FBD1
8#ACFCE0
9#D6FEF0
Tones
Muted variations
1#074B33
2#0A4732
3#0E4331
4#124030
5#163C2E
6#1A382D
7#1D342C
8#21302B
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD5 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F34 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF9;
--charcoal-100: #DDFEF2;
--charcoal-200: #BFFDE7;
--charcoal-300: #8EFBD5;
--charcoal-400: #53F9BF;
--charcoal-500: #22F7AC;
--charcoal-600: #08D990;
--charcoal-700: #06AC72;
--charcoal-800: #047B52;
--charcoal-900: #034F34;
--charcoal-950: #023121;
}