Charcoal
#103C41
CyanColor Codes
All color formats for development
HEX
#103C41RGB
rgb(16, 60, 65)HSL
hsl(186, 60%, 16%)OKLCH
oklch(0.329 0.048 205.8)CMYK
cmyk(75%, 8%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F363B
2#0D3034
3#0B2A2E
4#0A2427
5#081E21
6#07181A
7#051214
8#030C0D
9#020607
Tints
Lighter variations
1#195C64
2#217C86
3#2A9BA8
4#33BBCA
5#54C7D4
6#76D2DD
7#98DEE5
8#BAE9EE
9#DDF4F6
Tones
Muted variations
1#133A3F
2#15383C
3#18373A
4#1A3537
5#1D3335
6#1F3133
7#212F30
8#242D2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 70D1 #70D1DB | Disabled statesSecondary iconsMuted text |
| 500 | 47C3 #47C3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DA6 #2DA6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2484 #24848F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5E #1A5E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F6F8;
--charcoal-200: #CAEEF2;
--charcoal-300: #A1E1E8;
--charcoal-400: #70D1DB;
--charcoal-500: #47C3D1;
--charcoal-600: #2DA6B4;
--charcoal-700: #24848F;
--charcoal-800: #1A5E66;
--charcoal-900: #103C41;
--charcoal-950: #0A2629;
}