Charcoal
#103A41
CyanColor Codes
All color formats for development
HEX
#103A41RGB
rgb(16, 58, 65)HSL
hsl(189, 60%, 16%)OKLCH
oklch(0.323 0.047 210.6)CMYK
cmyk(75%, 11%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F343B
2#0D2E34
3#0B292E
4#0A2327
5#081D21
6#07171A
7#051114
8#030C0D
9#020607
Tints
Lighter variations
1#195864
2#217786
3#2A95A8
4#33B4CA
5#54C1D4
6#76CDDD
7#98DAE5
8#BAE6EE
9#DDF3F6
Tones
Muted variations
1#13383F
2#15373C
3#18353A
4#1A3337
5#1D3135
6#1F3033
7#212E30
8#242C2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DD #A1DDE8 | BordersInactive statesPlaceholder text |
| 400 | 70CB #70CBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47BC #47BCD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D9F #2D9FB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 247F #247F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103A #103A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F5F8;
--charcoal-200: #CAECF2;
--charcoal-300: #A1DDE8;
--charcoal-400: #70CBDB;
--charcoal-500: #47BCD1;
--charcoal-600: #2D9FB4;
--charcoal-700: #247F8F;
--charcoal-800: #1A5B66;
--charcoal-900: #103A41;
--charcoal-950: #0A2429;
}