Charcoal
#1A3137
CyanColor Codes
All color formats for development
HEX
#1A3137RGB
rgb(26, 49, 55)HSL
hsl(192, 36%, 16%)OKLCH
oklch(0.297 0.031 216.3)CMYK
cmyk(53%, 11%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182D32
2#15282C
3#122327
4#101E21
5#0D191C
6#0A1416
7#080F11
8#050A0B
9#030506
Tints
Lighter variations
1#284C55
2#366672
3#43808F
4#519AAC
5#6DABBA
6#8ABCC8
7#A8CDD6
8#C5DDE4
9#E2EEF1
Tones
Muted variations
1#1C3136
2#1D3035
3#1F2F33
4#202E32
5#212D30
6#232C2F
7#242B2D
8#262B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD1 #AFD1D9 | BordersInactive statesPlaceholder text |
| 400 | 86B9 #86B9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A5 #63A5B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4888 #488899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396D #396D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294E #294E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A32 #1A3237 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F1F4;
--charcoal-200: #D2E5EA;
--charcoal-300: #AFD1D9;
--charcoal-400: #86B9C6;
--charcoal-500: #63A5B6;
--charcoal-600: #488899;
--charcoal-700: #396D79;
--charcoal-800: #294E57;
--charcoal-900: #1A3237;
--charcoal-950: #101F23;
}