Charcoal
#14343E
CyanColor Codes
All color formats for development
HEX
#14343ERGB
rgb(20, 52, 62)HSL
hsl(194, 51%, 16%)OKLCH
oklch(0.306 0.041 221.2)CMYK
cmyk(68%, 16%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122F37
2#102A31
3#0E242B
4#0C1F25
5#0A1A1F
6#081519
7#061012
8#040A0C
9#020506
Tints
Lighter variations
1#1E4F5E
2#296A7E
3#33869F
4#3EA1BF
5#5DB1CB
6#7EC1D5
7#9ED0E0
8#BEE0EA
9#DFEFF5
Tones
Muted variations
1#16333C
2#183239
3#1A3137
4#1C2F35
5#1E2E33
6#202D31
7#232C2F
8#252B2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D4 #A6D4E2 | BordersInactive statesPlaceholder text |
| 400 | 78BE #78BED3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AB #52ABC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378F #378FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C72 #2C7287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F51 #1F5160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F2F6;
--charcoal-200: #CDE7EF;
--charcoal-300: #A6D4E2;
--charcoal-400: #78BED3;
--charcoal-500: #52ABC7;
--charcoal-600: #378FA9;
--charcoal-700: #2C7287;
--charcoal-800: #1F5160;
--charcoal-900: #14343E;
--charcoal-950: #0C2027;
}