Charcoal
#124024
GreenColor Codes
All color formats for development
HEX
#124024RGB
rgb(18, 64, 36)HSL
hsl(143, 56%, 16%)OKLCH
oklch(0.332 0.07 153.2)CMYK
cmyk(72%, 0%, 44%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103920
2#0E331C
3#0D2D19
4#0B2615
5#092012
6#07190E
7#05130B
8#040D07
9#020604
Tints
Lighter variations
1#1B6136
2#258249
3#2EA45B
4#38C56E
5#58D086
6#79D99E
7#9BE3B6
8#BCECCF
9#DEF6E7
Tones
Muted variations
1#143D24
2#173B25
3#193925
4#1B3726
5#1D3426
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 #A4E5BD | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89A | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6337 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | 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: #A4E5BD;
--charcoal-400: #74D89A;
--charcoal-500: #4CCD7D;
--charcoal-600: #31AF62;
--charcoal-700: #278B4E;
--charcoal-800: #1C6337;
--charcoal-900: #124023;
--charcoal-950: #0B2816;
}