Charcoal
#12402F
GreenColor Codes
All color formats for development
HEX
#12402FRGB
rgb(18, 64, 47)HSL
hsl(158, 56%, 16%)OKLCH
oklch(0.335 0.058 165.1)CMYK
cmyk(72%, 0%, 27%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10392A
2#0E3326
3#0D2D21
4#0B261C
5#092017
6#071913
7#05130E
8#040D09
9#020605
Tints
Lighter variations
1#1B6148
2#258260
3#2EA479
4#38C591
5#58D0A4
6#79D9B6
7#9BE3C8
8#BCECDB
9#DEF6ED
Tones
Muted variations
1#143D2E
2#173B2E
3#19392D
4#1B372C
5#1D342C
6#20322B
7#22302B
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 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CD | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6349 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7F0;
--charcoal-200: #CBF0E3;
--charcoal-300: #A4E5CD;
--charcoal-400: #74D8B3;
--charcoal-500: #4CCD9D;
--charcoal-600: #31AF81;
--charcoal-700: #278B67;
--charcoal-800: #1C6349;
--charcoal-900: #12402F;
--charcoal-950: #0B281D;
}