Charcoal
#14363E
CyanColor Codes
All color formats for development
HEX
#14363ERGB
rgb(20, 54, 62)HSL
hsl(191, 51%, 16%)OKLCH
oklch(0.312 0.042 215.5)CMYK
cmyk(68%, 13%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123137
2#102B31
3#0E262B
4#0C2025
5#0A1B1F
6#081619
7#061012
8#040B0C
9#020506
Tints
Lighter variations
1#1E525E
2#296F7E
3#338B9F
4#3EA7BF
5#5DB6CB
6#7EC5D5
7#9ED3E0
8#BEE2EA
9#DFF0F5
Tones
Muted variations
1#16353C
2#183339
3#1A3237
4#1C3135
5#1E2F33
6#202E31
7#232D2F
8#252B2D
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 | A6D7 #A6D7E2 | BordersInactive statesPlaceholder text |
| 400 | 78C3 #78C3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B1 #52B1C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3794 #3794A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C76 #2C7687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F54 #1F5460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363E | 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: #A6D7E2;
--charcoal-400: #78C3D3;
--charcoal-500: #52B1C7;
--charcoal-600: #3794A9;
--charcoal-700: #2C7687;
--charcoal-800: #1F5460;
--charcoal-900: #14363E;
--charcoal-950: #0C2227;
}