Charcoal
#024F3B
GreenColor Codes
All color formats for development
HEX
#024F3BRGB
rgb(2, 79, 59)HSL
hsl(164, 95%, 16%)OKLCH
oklch(0.38 0.076 168.5)CMYK
cmyk(97%, 0%, 25%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024835
2#02402F
3#013829
4#013023
5#01281D
6#012018
7#011812
8#00100C
9#000806
Tints
Lighter variations
1#03795A
2#04A379
3#05CD98
4#06F7B7
5#2EFAC3
6#58FBCF
7#82FCDB
8#ABFDE7
9#D5FEF3
Tones
Muted variations
1#064C39
2#0A4837
3#0E4435
4#124034
5#153C32
6#193830
7#1D342E
8#21312C
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCDE | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBCD | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFB;
--charcoal-100: #DCFEF5;
--charcoal-200: #BEFDED;
--charcoal-300: #8DFCDE;
--charcoal-400: #51FBCD;
--charcoal-500: #1FF9BF;
--charcoal-600: #06DBA2;
--charcoal-700: #04AE81;
--charcoal-800: #037C5C;
--charcoal-900: #02503B;
--charcoal-950: #013225;
}