Charcoal
#124036
CyanColor Codes
All color formats for development
HEX
#124036RGB
rgb(18, 64, 54)HSL
hsl(167, 56%, 16%)OKLCH
oklch(0.337 0.053 175.8)CMYK
cmyk(72%, 0%, 16%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103930
2#0E332B
3#0D2D26
4#0B2620
5#09201B
6#071915
7#051310
8#040D0B
9#020605
Tints
Lighter variations
1#1B6152
2#25826E
3#2EA48A
4#38C5A7
5#58D0B6
6#79D9C5
7#9BE3D3
8#BCECE2
9#DEF6F0
Tones
Muted variations
1#143D34
2#173B33
3#193932
4#1B3731
5#1D342F
6#20322E
7#22302D
8#242D2B
9#272B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C2 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124036 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F7F3;
--charcoal-200: #CBF0E8;
--charcoal-300: #A4E5D7;
--charcoal-400: #74D8C2;
--charcoal-500: #4CCDB1;
--charcoal-600: #31AF94;
--charcoal-700: #278B76;
--charcoal-800: #1C6354;
--charcoal-900: #124036;
--charcoal-950: #0B2822;
}