Charcoal
#12401B
GreenColor Codes
All color formats for development
HEX
#12401BRGB
rgb(18, 64, 27)HSL
hsl(132, 56%, 16%)OKLCH
oklch(0.33 0.08 147.1)CMYK
cmyk(72%, 0%, 58%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103918
2#0E3316
3#0D2D13
4#0B2610
5#09200E
6#07190B
7#051308
8#040D05
9#020603
Tints
Lighter variations
1#1B6129
2#258238
3#2EA446
4#38C554
5#58D070
6#79D98D
7#9BE3A9
8#BCECC6
9#DEF6E2
Tones
Muted variations
1#143D1C
2#173B1E
3#19391F
4#1B3721
5#1D3422
6#203223
7#223025
8#242D26
9#272B27
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 #A4E5B1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D888 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD66 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401B | 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: #A4E5B1;
--charcoal-400: #74D888;
--charcoal-500: #4CCD66;
--charcoal-600: #31AF4B;
--charcoal-700: #278B3B;
--charcoal-800: #1C632A;
--charcoal-900: #12401B;
--charcoal-950: #0B2811;
}