Charcoal
#123F17
GreenColor Codes
All color formats for development
HEX
#123F17RGB
rgb(18, 63, 23)HSL
hsl(127, 56%, 16%)OKLCH
oklch(0.326 0.083 145.3)CMYK
cmyk(71%, 0%, 63%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103915
2#0E3313
3#0D2D10
4#0B260E
5#09200C
6#071909
7#051307
8#040D05
9#020602
Tints
Lighter variations
1#1B6124
2#258230
3#2EA43C
4#38C548
5#58D066
6#79D985
7#9BE3A3
8#BCECC2
9#DEF6E0
Tones
Muted variations
1#143D19
2#173B1B
3#19391D
4#1B371E
5#1D3420
6#203222
7#223024
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 #CBF0D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AB | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D87F | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6324 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E3F7E5;
--charcoal-200: #CBF0D0;
--charcoal-300: #A4E5AB;
--charcoal-400: #74D87F;
--charcoal-500: #4CCD5B;
--charcoal-600: #31AF40;
--charcoal-700: #278B33;
--charcoal-800: #1C6324;
--charcoal-900: #124017;
--charcoal-950: #0B280F;
}