Charcoal
#024F37
GreenColor Codes
All color formats for development
HEX
#024F37RGB
rgb(2, 79, 55)HSL
hsl(161, 95%, 16%)OKLCH
oklch(0.379 0.079 164.5)CMYK
cmyk(97%, 0%, 30%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024832
2#02402C
3#013827
4#013021
5#01281C
6#012016
7#011811
8#00100B
9#000806
Tints
Lighter variations
1#037954
2#04A371
3#05CD8E
4#06F7AB
5#2EFAB9
6#58FBC7
7#82FCD5
8#ABFDE3
9#D5FEF1
Tones
Muted variations
1#064C36
2#0A4834
3#0E4433
4#124031
5#153C30
6#19382E
7#1D342D
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 #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD9 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025037 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DCFEF3;
--charcoal-200: #BEFDE9;
--charcoal-300: #8DFCD9;
--charcoal-400: #51FBC5;
--charcoal-500: #1FF9B4;
--charcoal-600: #06DB97;
--charcoal-700: #04AE78;
--charcoal-800: #037C56;
--charcoal-900: #025037;
--charcoal-950: #013222;
}