Charcoal
#12401F
GreenColor Codes
All color formats for development
HEX
#12401FRGB
rgb(18, 64, 31)HSL
hsl(137, 56%, 16%)OKLCH
oklch(0.331 0.076 149.5)CMYK
cmyk(72%, 0%, 52%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10391C
2#0E3319
3#0D2D16
4#0B2613
5#09200F
6#07190C
7#051309
8#040D06
9#020603
Tints
Lighter variations
1#1B612F
2#25823F
3#2EA450
4#38C560
5#58D07A
6#79D995
7#9BE3AF
8#BCECCA
9#DEF6E4
Tones
Muted variations
1#143D20
2#173B21
3#193922
4#1B3723
5#1D3424
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 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B6 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D890 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6330 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401F | 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: #E3F7E9;
--charcoal-200: #CBF0D6;
--charcoal-300: #A4E5B6;
--charcoal-400: #74D890;
--charcoal-500: #4CCD70;
--charcoal-600: #31AF55;
--charcoal-700: #278B44;
--charcoal-800: #1C6330;
--charcoal-900: #12401F;
--charcoal-950: #0B2813;
}