Charcoal
#103842
CyanColor Codes
All color formats for development
HEX
#103842RGB
rgb(16, 56, 66)HSL
hsl(192, 61%, 16%)OKLCH
oklch(0.318 0.047 217.5)CMYK
cmyk(76%, 15%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E323B
2#0D2D35
3#0B272E
4#0A2127
5#081C21
6#06161A
7#051114
8#030B0D
9#020607
Tints
Lighter variations
1#185564
2#217287
3#2990A9
4#31ADCC
5#53BBD5
6#75C9DE
7#98D6E6
8#BAE4EE
9#DDF1F7
Tones
Muted variations
1#12363F
2#15353D
3#17333A
4#1A3238
5#1C3035
6#1F2F33
7#212D30
8#242C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DA #A1DAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC6 #6FC6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B6 #46B6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C99 #2C99B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237A #237A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1957 #195767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F4F8;
--charcoal-200: #CAEAF2;
--charcoal-300: #A1DAE8;
--charcoal-400: #6FC6DC;
--charcoal-500: #46B6D2;
--charcoal-600: #2C99B5;
--charcoal-700: #237A90;
--charcoal-800: #195767;
--charcoal-900: #103842;
--charcoal-950: #0A2329;
}