Charcoal
#123F20
GreenColor Codes
All color formats for development
HEX
#123F20RGB
rgb(18, 63, 32)HSL
hsl(139, 56%, 16%)OKLCH
oklch(0.328 0.073 150.5)CMYK
cmyk(71%, 0%, 49%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10391D
2#0E331A
3#0D2D17
4#0B2613
5#092010
6#07190D
7#05130A
8#040D06
9#020603
Tints
Lighter variations
1#1B6131
2#258242
3#2EA453
4#38C565
5#58D07E
6#79D998
7#9BE3B2
8#BCECCB
9#DEF6E5
Tones
Muted variations
1#143D21
2#173B22
3#193923
4#1B3724
5#1D3425
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 #CBF0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D893 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6333 | 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: #CBF0D7;
--charcoal-300: #A4E5B8;
--charcoal-400: #74D893;
--charcoal-500: #4CCD75;
--charcoal-600: #31AF59;
--charcoal-700: #278B47;
--charcoal-800: #1C6333;
--charcoal-900: #124020;
--charcoal-950: #0B2814;
}