Charcoal
#12402C
GreenColor Codes
All color formats for development
HEX
#12402CRGB
rgb(18, 64, 44)HSL
hsl(154, 56%, 16%)OKLCH
oklch(0.334 0.061 161.3)CMYK
cmyk(72%, 0%, 31%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103927
2#0E3323
3#0D2D1F
4#0B261A
5#092016
6#071912
7#05130D
8#040D09
9#020604
Tints
Lighter variations
1#1B6143
2#25825A
3#2EA471
4#38C588
5#58D09C
6#79D9B0
7#9BE3C4
8#BCECD7
9#DEF6EB
Tones
Muted variations
1#143D2C
2#173B2B
3#19392B
4#1B372B
5#1D342A
6#20322A
7#22302A
8#242D29
9#272B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8AC | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD95 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EE;
--charcoal-200: #CBF0E0;
--charcoal-300: #A4E5C9;
--charcoal-400: #74D8AC;
--charcoal-500: #4CCD95;
--charcoal-600: #31AF79;
--charcoal-700: #278B60;
--charcoal-800: #1C6345;
--charcoal-900: #12402C;
--charcoal-950: #0B281B;
}