Charcoal
#123F2B
GreenColor Codes
All color formats for development
HEX
#123F2BRGB
rgb(18, 63, 43)HSL
hsl(153, 56%, 16%)OKLCH
oklch(0.331 0.061 160.8)CMYK
cmyk(71%, 0%, 32%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103927
2#0E3322
3#0D2D1E
4#0B261A
5#092016
6#071911
7#05130D
8#040D09
9#020604
Tints
Lighter variations
1#1B6142
2#258258
3#2EA46F
4#38C586
5#58D09A
6#79D9AE
7#9BE3C2
8#BCECD7
9#DEF6EB
Tones
Muted variations
1#143D2B
2#173B2B
3#19392A
4#1B372A
5#1D342A
6#20322A
7#223029
8#242D29
9#272B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8AB | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6343 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EE;
--charcoal-200: #CBF0E0;
--charcoal-300: #A4E5C8;
--charcoal-400: #74D8AB;
--charcoal-500: #4CCD93;
--charcoal-600: #31AF76;
--charcoal-700: #278B5E;
--charcoal-800: #1C6343;
--charcoal-900: #12402B;
--charcoal-950: #0B281B;
}