Charcoal
#034F39
GreenColor Codes
All color formats for development
HEX
#034F39RGB
rgb(3, 79, 57)HSL
hsl(163, 93%, 16%)OKLCH
oklch(0.38 0.077 166.4)CMYK
cmyk(96%, 0%, 28%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034734
2#023F2E
3#023728
4#022F22
5#01271D
6#011F17
7#011811
8#01100B
9#000806
Tints
Lighter variations
1#047857
2#06A175
3#07CB93
4#09F4B1
5#30F8BF
6#5AF9CC
7#83FBD9
8#ACFCE5
9#D6FEF2
Tones
Muted variations
1#074B38
2#0A4736
3#0E4334
4#124033
5#163C31
6#1A382F
7#1D342E
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 #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CA | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFA;
--charcoal-100: #DDFEF4;
--charcoal-200: #BFFDEB;
--charcoal-300: #8EFBDC;
--charcoal-400: #53F9CA;
--charcoal-500: #22F7BA;
--charcoal-600: #08D99D;
--charcoal-700: #06AC7D;
--charcoal-800: #047B59;
--charcoal-900: #034F39;
--charcoal-950: #023124;
}