Charcoal
#124020
GreenColor Codes
All color formats for development
HEX
#124020RGB
rgb(18, 64, 32)HSL
hsl(138, 56%, 16%)OKLCH
oklch(0.331 0.075 150.2)CMYK
cmyk(72%, 0%, 50%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10391C
2#0E3319
3#0D2D16
4#0B2613
5#092010
6#07190D
7#051309
8#040D06
9#020603
Tints
Lighter variations
1#1B6130
2#258241
3#2EA452
4#38C562
5#58D07C
6#79D996
7#9BE3B0
8#BCECCB
9#DEF6E5
Tones
Muted variations
1#143D21
2#173B21
3#193922
4#1B3723
5#1D3424
6#203225
7#223026
8#242D27
9#272B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D892 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD73 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF57 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6331 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F7E9;
--charcoal-200: #CBF0D6;
--charcoal-300: #A4E5B7;
--charcoal-400: #74D892;
--charcoal-500: #4CCD73;
--charcoal-600: #31AF57;
--charcoal-700: #278B45;
--charcoal-800: #1C6331;
--charcoal-900: #124020;
--charcoal-950: #0B2814;
}