Charcoal
#024F39
GreenColor Codes
All color formats for development
HEX
#024F39RGB
rgb(2, 79, 57)HSL
hsl(163, 95%, 16%)OKLCH
oklch(0.38 0.077 166.5)CMYK
cmyk(97%, 0%, 28%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024834
2#02402E
3#013828
4#013023
5#01281D
6#012017
7#011811
8#00100C
9#000806
Tints
Lighter variations
1#037958
2#04A376
3#05CD94
4#06F7B3
5#2EFAC0
6#58FBCD
7#82FCD9
8#ABFDE6
9#D5FEF2
Tones
Muted variations
1#064C38
2#0A4836
3#0E4435
4#124033
5#153C31
6#193830
7#1D342E
8#21312C
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCDC | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBCA | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DCFEF4;
--charcoal-200: #BEFDEB;
--charcoal-300: #8DFCDC;
--charcoal-400: #51FBCA;
--charcoal-500: #1FF9BB;
--charcoal-600: #06DB9E;
--charcoal-700: #04AE7E;
--charcoal-800: #037C5A;
--charcoal-900: #02503A;
--charcoal-950: #013224;
}