Charcoal
#024F30
GreenColor Codes
All color formats for development
HEX
#024F30RGB
rgb(2, 79, 48)HSL
hsl(156, 95%, 16%)OKLCH
oklch(0.377 0.086 158.7)CMYK
cmyk(97%, 0%, 39%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02482C
2#024027
3#013822
4#01301D
5#012818
6#012013
7#01180F
8#00100A
9#000805
Tints
Lighter variations
1#03794A
2#04A364
3#05CD7D
4#06F797
5#2EFAA8
6#58FBBA
7#82FCCB
8#ABFDDC
9#D5FEEE
Tones
Muted variations
1#064C30
2#0A482F
3#0E442E
4#12402D
5#153C2D
6#19382C
7#1D342B
8#21312A
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCCF | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025031 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF9;
--charcoal-100: #DCFEF1;
--charcoal-200: #BEFDE4;
--charcoal-300: #8DFCCF;
--charcoal-400: #51FBB7;
--charcoal-500: #1FF9A2;
--charcoal-600: #06DB86;
--charcoal-700: #04AE6A;
--charcoal-800: #037C4C;
--charcoal-900: #025031;
--charcoal-950: #01321E;
}