Charcoal
#14343D
CyanColor Codes
All color formats for development
HEX
#14343DRGB
rgb(20, 52, 61)HSL
hsl(193, 51%, 16%)OKLCH
oklch(0.305 0.041 218.9)CMYK
cmyk(67%, 15%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122F37
2#102A31
3#0E252B
4#0C2025
5#0A1A1F
6#081519
7#061012
8#040B0C
9#020506
Tints
Lighter variations
1#1E505E
2#296C7E
3#33879F
4#3EA3BF
5#5DB3CB
6#7EC2D5
7#9ED1E0
8#BEE1EA
9#DFF0F5
Tones
Muted variations
1#16333C
2#183239
3#1A3137
4#1C3035
5#1E2F33
6#202E31
7#232C2F
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 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D5 #A6D5E2 | BordersInactive statesPlaceholder text |
| 400 | 78C0 #78C0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AD #52ADC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3791 #3791A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C73 #2C7387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F52 #1F5260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1435 #14353E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F2F6;
--charcoal-200: #CDE7EF;
--charcoal-300: #A6D5E2;
--charcoal-400: #78C0D3;
--charcoal-500: #52ADC7;
--charcoal-600: #3791A9;
--charcoal-700: #2C7387;
--charcoal-800: #1F5260;
--charcoal-900: #14353E;
--charcoal-950: #0C2127;
}