Charcoal
#124016
GreenColor Codes
All color formats for development
HEX
#124016RGB
rgb(18, 64, 22)HSL
hsl(125, 56%, 16%)OKLCH
oklch(0.329 0.086 144.7)CMYK
cmyk(72%, 0%, 66%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103914
2#0E3311
3#0D2D0F
4#0B260D
5#09200B
6#071909
7#051307
8#040D04
9#020602
Tints
Lighter variations
1#1B6121
2#25822D
3#2EA438
4#38C543
5#58D062
6#79D981
7#9BE3A1
8#BCECC0
9#DEF6E0
Tones
Muted variations
1#143D18
2#173B1A
3#19391B
4#1B371D
5#1D341F
6#203221
7#223023
8#242D25
9#272B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D87C | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6322 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124016 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E3F7E5;
--charcoal-200: #CBF0CE;
--charcoal-300: #A4E5A9;
--charcoal-400: #74D87C;
--charcoal-500: #4CCD57;
--charcoal-600: #31AF3C;
--charcoal-700: #278B30;
--charcoal-800: #1C6322;
--charcoal-900: #124016;
--charcoal-950: #0B280E;
}