Charcoal
#123F31
GreenColor Codes
All color formats for development
HEX
#123F31RGB
rgb(18, 63, 49)HSL
hsl(161, 56%, 16%)OKLCH
oklch(0.332 0.055 169)CMYK
cmyk(71%, 0%, 22%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10392C
2#0E3327
3#0D2D22
4#0B261E
5#092019
6#071914
7#05130F
8#040D0A
9#020605
Tints
Lighter variations
1#1B614B
2#258265
3#2EA47F
4#38C598
5#58D0AA
6#79D9BB
7#9BE3CC
8#BCECDD
9#DEF6EE
Tones
Muted variations
1#143D30
2#173B30
3#19392F
4#1B372E
5#1D342D
6#20322C
7#22302B
8#242D2A
9#272B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124031 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F7F1;
--charcoal-200: #CBF0E5;
--charcoal-300: #A4E5D0;
--charcoal-400: #74D8B8;
--charcoal-500: #4CCDA4;
--charcoal-600: #31AF87;
--charcoal-700: #278B6C;
--charcoal-800: #1C634D;
--charcoal-900: #124031;
--charcoal-950: #0B281F;
}