Charcoal
#12401C
GreenColor Codes
All color formats for development
HEX
#12401CRGB
rgb(18, 64, 28)HSL
hsl(133, 56%, 16%)OKLCH
oklch(0.33 0.079 147.7)CMYK
cmyk(72%, 0%, 56%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103919
2#0E3316
3#0D2D13
4#0B2611
5#09200E
6#07190B
7#051308
8#040D06
9#020603
Tints
Lighter variations
1#1B612A
2#258239
3#2EA448
4#38C556
5#58D072
6#79D98E
7#9BE3AA
8#BCECC7
9#DEF6E3
Tones
Muted variations
1#143D1D
2#173B1E
3#193920
4#1B3721
5#1D3422
6#203224
7#223025
8#242D26
9#272B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D889 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD68 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E3F7E7;
--charcoal-200: #CBF0D3;
--charcoal-300: #A4E5B2;
--charcoal-400: #74D889;
--charcoal-500: #4CCD68;
--charcoal-600: #31AF4D;
--charcoal-700: #278B3D;
--charcoal-800: #1C632C;
--charcoal-900: #12401C;
--charcoal-950: #0B2811;
}