Charcoal
#13383F
CyanColor Codes
All color formats for development
HEX
#13383FRGB
rgb(19, 56, 63)HSL
hsl(190, 54%, 16%)OKLCH
oklch(0.317 0.043 212)CMYK
cmyk(70%, 11%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113239
2#0F2C32
3#0D272C
4#0B2126
5#091C1F
6#081619
7#061113
8#040B0D
9#020606
Tints
Lighter variations
1#1D5560
2#267281
3#308FA2
4#3AACC3
5#5ABACE
6#7BC8D8
7#9CD6E1
8#BDE4EB
9#DEF1F5
Tones
Muted variations
1#15363D
2#17353A
3#193338
4#1C3236
5#1E3034
6#202F32
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 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E4 | BordersInactive statesPlaceholder text |
| 400 | 76C6 #76C6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB6 #4EB6CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3499 #3499AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2979 #297989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | 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: #E4F4F7;
--charcoal-200: #CCEAF0;
--charcoal-300: #A5D9E4;
--charcoal-400: #76C6D6;
--charcoal-500: #4EB6CA;
--charcoal-600: #3499AD;
--charcoal-700: #297989;
--charcoal-800: #1D5762;
--charcoal-900: #13373F;
--charcoal-950: #0C2327;
}