Charcoal
#13373F
CyanColor Codes
All color formats for development
HEX
#13373FRGB
rgb(19, 55, 63)HSL
hsl(191, 54%, 16%)OKLCH
oklch(0.315 0.043 214.7)CMYK
cmyk(70%, 13%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113139
2#0F2C32
3#0D262C
4#0B2126
5#091B1F
6#081619
7#061013
8#040B0D
9#020506
Tints
Lighter variations
1#1D5360
2#267081
3#308DA2
4#3AAAC3
5#5AB9CE
6#7BC7D8
7#9CD5E1
8#BDE3EB
9#DEF1F5
Tones
Muted variations
1#15353D
2#17343A
3#193338
4#1C3136
5#1E3034
6#202E32
7#222D2F
8#242C2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E4 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB3 #4EB3CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3497 #3497AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2978 #297889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D56 #1D5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | 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: #E4F3F7;
--charcoal-200: #CCE9F0;
--charcoal-300: #A5D8E4;
--charcoal-400: #76C4D6;
--charcoal-500: #4EB3CA;
--charcoal-600: #3497AD;
--charcoal-700: #297889;
--charcoal-800: #1D5662;
--charcoal-900: #13373F;
--charcoal-950: #0C2227;
}