Charcoal
#1A3037
CyanColor Codes
All color formats for development
HEX
#1A3037RGB
rgb(26, 48, 55)HSL
hsl(194, 36%, 16%)OKLCH
oklch(0.294 0.031 220.3)CMYK
cmyk(53%, 13%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182C32
2#15272C
3#122227
4#101D21
5#0D181C
6#0A1316
7#080F11
8#050A0B
9#030506
Tints
Lighter variations
1#284A55
2#366472
3#437D8F
4#5197AC
5#6DA8BA
6#8ABAC8
7#A8CBD6
8#C5DCE4
9#E2EEF1
Tones
Muted variations
1#1C3036
2#1D2F35
3#1F2E33
4#202E32
5#212D30
6#232C2F
7#242B2D
8#262A2C
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 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0D9 | BordersInactive statesPlaceholder text |
| 400 | 86B7 #86B7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A2 #63A2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4886 #488699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396A #396A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294C #294C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3137 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F1F4;
--charcoal-200: #D2E4EA;
--charcoal-300: #AFD0D9;
--charcoal-400: #86B7C6;
--charcoal-500: #63A2B6;
--charcoal-600: #488699;
--charcoal-700: #396A79;
--charcoal-800: #294C57;
--charcoal-900: #1A3137;
--charcoal-950: #101E23;
}