Charcoal
#123F2C
GreenColor Codes
All color formats for development
HEX
#123F2CRGB
rgb(18, 63, 44)HSL
hsl(155, 56%, 16%)OKLCH
oklch(0.331 0.06 162)CMYK
cmyk(71%, 0%, 30%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103928
2#0E3324
3#0D2D1F
4#0B261B
5#092016
6#071912
7#05130D
8#040D09
9#020604
Tints
Lighter variations
1#1B6144
2#25825B
3#2EA473
4#38C58A
5#58D09E
6#79D9B1
7#9BE3C5
8#BCECD8
9#DEF6EC
Tones
Muted variations
1#143D2C
2#173B2C
3#19392B
4#1B372B
5#1D342B
6#20322A
7#22302A
8#242D2A
9#272B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8AE | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EF;
--charcoal-200: #CBF0E1;
--charcoal-300: #A4E5CA;
--charcoal-400: #74D8AE;
--charcoal-500: #4CCD97;
--charcoal-600: #31AF7B;
--charcoal-700: #278B62;
--charcoal-800: #1C6346;
--charcoal-900: #12402D;
--charcoal-950: #0B281C;
}