Charcoal
#123F24
GreenColor Codes
All color formats for development
HEX
#123F24RGB
rgb(18, 63, 36)HSL
hsl(144, 56%, 16%)OKLCH
oklch(0.329 0.069 153.7)CMYK
cmyk(71%, 0%, 43%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103921
2#0E331D
3#0D2D19
4#0B2616
5#092012
6#07190E
7#05130B
8#040D07
9#020604
Tints
Lighter variations
1#1B6137
2#25824A
3#2EA45D
4#38C570
5#58D088
6#79D9A0
7#9BE3B8
8#BCECCF
9#DEF6E7
Tones
Muted variations
1#143D25
2#173B25
3#193926
4#1B3726
5#1D3427
6#203227
7#223027
8#242D28
9#272B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89C | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD7F | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124024 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F7EB;
--charcoal-200: #CBF0DA;
--charcoal-300: #A4E5BE;
--charcoal-400: #74D89C;
--charcoal-500: #4CCD7F;
--charcoal-600: #31AF64;
--charcoal-700: #278B4F;
--charcoal-800: #1C6339;
--charcoal-900: #124024;
--charcoal-950: #0B2817;
}