Charcoal
#14373D
CyanColor Codes
All color formats for development
HEX
#14373DRGB
rgb(20, 55, 61)HSL
hsl(189, 51%, 16%)OKLCH
oklch(0.314 0.041 210.4)CMYK
cmyk(67%, 10%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123237
2#102C31
3#0E272B
4#0C2125
5#0A1C1F
6#081619
7#061112
8#040B0C
9#020606
Tints
Lighter variations
1#1E545E
2#29717E
3#338F9F
4#3EACBF
5#5DBACB
6#7EC8D5
7#9ED6E0
8#BEE3EA
9#DFF1F5
Tones
Muted variations
1#16363C
2#183439
3#1A3337
4#1C3235
5#1E3033
6#202F31
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 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEA #CDEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D9 #A6D9E2 | BordersInactive statesPlaceholder text |
| 400 | 78C6 #78C6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B5 #52B5C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3798 #3798A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C79 #2C7987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F57 #1F5760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F4F6;
--charcoal-200: #CDEAEF;
--charcoal-300: #A6D9E2;
--charcoal-400: #78C6D3;
--charcoal-500: #52B5C7;
--charcoal-600: #3798A9;
--charcoal-700: #2C7987;
--charcoal-800: #1F5760;
--charcoal-900: #14373E;
--charcoal-950: #0C2327;
}