Charcoal
#12401D
GreenColor Codes
All color formats for development
HEX
#12401DRGB
rgb(18, 64, 29)HSL
hsl(134, 56%, 16%)OKLCH
oklch(0.33 0.078 148.3)CMYK
cmyk(72%, 0%, 55%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10391A
2#0E3317
3#0D2D14
4#0B2611
5#09200E
6#07190B
7#051309
8#040D06
9#020603
Tints
Lighter variations
1#1B612C
2#25823B
3#2EA44A
4#38C559
5#58D074
6#79D990
7#9BE3AC
8#BCECC7
9#DEF6E3
Tones
Muted variations
1#143D1E
2#173B1F
3#193920
4#1B3721
5#1D3423
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 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B3 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88B | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6A | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E3F7E8;
--charcoal-200: #CBF0D4;
--charcoal-300: #A4E5B3;
--charcoal-400: #74D88B;
--charcoal-500: #4CCD6A;
--charcoal-600: #31AF4F;
--charcoal-700: #278B3F;
--charcoal-800: #1C632D;
--charcoal-900: #12401D;
--charcoal-950: #0B2812;
}