Charcoal
#034F37
GreenColor Codes
All color formats for development
HEX
#034F37RGB
rgb(3, 79, 55)HSL
hsl(161, 93%, 16%)OKLCH
oklch(0.379 0.079 164.4)CMYK
cmyk(96%, 0%, 30%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034731
2#023F2C
3#023726
4#022F21
5#01271B
6#011F16
7#011810
8#01100B
9#000805
Tints
Lighter variations
1#047853
2#06A170
3#07CB8D
4#09F4AA
5#30F8B8
6#5AF9C7
7#83FBD5
8#ACFCE3
9#D6FEF1
Tones
Muted variations
1#074B35
2#0A4734
3#0E4333
4#124031
5#163C30
6#1A382E
7#1D342D
8#21302C
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFA;
--charcoal-100: #DDFEF3;
--charcoal-200: #BFFDE9;
--charcoal-300: #8EFBD8;
--charcoal-400: #53F9C4;
--charcoal-500: #22F7B3;
--charcoal-600: #08D996;
--charcoal-700: #06AC78;
--charcoal-800: #047B55;
--charcoal-900: #034F37;
--charcoal-950: #023122;
}