Charcoal
#12401E
GreenColor Codes
All color formats for development
HEX
#12401ERGB
rgb(18, 64, 30)HSL
hsl(136, 56%, 16%)OKLCH
oklch(0.331 0.077 148.9)CMYK
cmyk(72%, 0%, 53%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10391B
2#0E3318
3#0D2D15
4#0B2612
5#09200F
6#07190C
7#051309
8#040D06
9#020603
Tints
Lighter variations
1#1B612E
2#25823E
3#2EA44E
4#38C55D
5#58D078
6#79D993
7#9BE3AE
8#BCECC9
9#DEF6E4
Tones
Muted variations
1#143D1F
2#173B20
3#193921
4#1B3722
5#1D3423
6#203225
7#223026
8#242D27
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 #CBF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88E | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6E | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E3F7E8;
--charcoal-200: #CBF0D5;
--charcoal-300: #A4E5B5;
--charcoal-400: #74D88E;
--charcoal-500: #4CCD6E;
--charcoal-600: #31AF53;
--charcoal-700: #278B42;
--charcoal-800: #1C632F;
--charcoal-900: #12401E;
--charcoal-950: #0B2813;
}