Charcoal
#124034
GreenColor Codes
All color formats for development
HEX
#124034RGB
rgb(18, 64, 52)HSL
hsl(164, 56%, 16%)OKLCH
oklch(0.336 0.054 172.5)CMYK
cmyk(72%, 0%, 19%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10392E
2#0E3329
3#0D2D24
4#0B261F
5#09201A
6#071915
7#05130F
8#040D0A
9#020605
Tints
Lighter variations
1#1B614E
2#258269
3#2EA485
4#38C5A0
5#58D0B0
6#79D9C0
7#9BE3D0
8#BCECDF
9#DEF6EF
Tones
Muted variations
1#143D32
2#173B31
3#193930
4#1B372F
5#1D342E
6#20322D
7#22302C
8#242D2B
9#272B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8BD | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124033 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F7F2;
--charcoal-200: #CBF0E7;
--charcoal-300: #A4E5D4;
--charcoal-400: #74D8BD;
--charcoal-500: #4CCDAA;
--charcoal-600: #31AF8E;
--charcoal-700: #278B71;
--charcoal-800: #1C6350;
--charcoal-900: #124033;
--charcoal-950: #0B2820;
}