Charcoal
#103C42
CyanColor Codes
All color formats for development
HEX
#103C42RGB
rgb(16, 60, 66)HSL
hsl(187, 61%, 16%)OKLCH
oklch(0.329 0.048 207.9)CMYK
cmyk(76%, 9%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E363B
2#0D3035
3#0B2A2E
4#0A2427
5#081E21
6#06181A
7#051214
8#030C0D
9#020607
Tints
Lighter variations
1#185B64
2#217B87
3#299AA9
4#31BACC
5#53C6D5
6#75D1DE
7#98DDE6
8#BAE8EE
9#DDF4F7
Tones
Muted variations
1#123A3F
2#15383D
3#17363A
4#1A3438
5#1C3235
6#1F3033
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 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E0 #A1E0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FCF #6FCFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C2 #46C2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA5 #2CA5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2383 #238390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195E #195E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F5F8;
--charcoal-200: #CAEDF2;
--charcoal-300: #A1E0E8;
--charcoal-400: #6FCFDC;
--charcoal-500: #46C2D2;
--charcoal-600: #2CA5B5;
--charcoal-700: #238390;
--charcoal-800: #195E67;
--charcoal-900: #103C42;
--charcoal-950: #0A2529;
}