Charcoal
#14373E
CyanColor Codes
All color formats for development
HEX
#14373ERGB
rgb(20, 55, 62)HSL
hsl(190, 51%, 16%)OKLCH
oklch(0.314 0.042 212.8)CMYK
cmyk(68%, 11%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123137
2#102C31
3#0E262B
4#0C2125
5#0A1B1F
6#081619
7#061012
8#040B0C
9#020506
Tints
Lighter variations
1#1E535E
2#29707E
3#338D9F
4#3EA9BF
5#5DB8CB
6#7EC6D5
7#9ED5E0
8#BEE3EA
9#DFF1F5
Tones
Muted variations
1#16353C
2#183439
3#1A3337
4#1C3135
5#1E3033
6#202E31
7#232D2F
8#252C2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D8 #A6D8E2 | BordersInactive statesPlaceholder text |
| 400 | 78C4 #78C4D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B3 #52B3C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3796 #3796A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C78 #2C7887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F55 #1F5560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F3F6;
--charcoal-200: #CDE9EF;
--charcoal-300: #A6D8E2;
--charcoal-400: #78C4D3;
--charcoal-500: #52B3C7;
--charcoal-600: #3796A9;
--charcoal-700: #2C7887;
--charcoal-800: #1F5560;
--charcoal-900: #14373E;
--charcoal-950: #0C2227;
}