Charcoal
#123F18
GreenColor Codes
All color formats for development
HEX
#123F18RGB
rgb(18, 63, 24)HSL
hsl(128, 56%, 16%)OKLCH
oklch(0.326 0.082 145.7)CMYK
cmyk(71%, 0%, 62%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103916
2#0E3313
3#0D2D11
4#0B260E
5#09200C
6#07190A
7#051307
8#040D05
9#020602
Tints
Lighter variations
1#1B6125
2#258231
3#2EA43E
4#38C54B
5#58D068
6#79D986
7#9BE3A4
8#BCECC3
9#DEF6E1
Tones
Muted variations
1#143D1A
2#173B1B
3#19391D
4#1B371F
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 #E3F7E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AC | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D881 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD5D | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF42 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6326 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124018 | 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: #E3F7E6;
--charcoal-200: #CBF0D0;
--charcoal-300: #A4E5AC;
--charcoal-400: #74D881;
--charcoal-500: #4CCD5D;
--charcoal-600: #31AF42;
--charcoal-700: #278B35;
--charcoal-800: #1C6326;
--charcoal-900: #124018;
--charcoal-950: #0B280F;
}