Charcoal
#1A2A37
BlueColor Codes
All color formats for development
HEX
#1A2A37RGB
rgb(26, 42, 55)HSL
hsl(207, 36%, 16%)OKLCH
oklch(0.277 0.032 243.8)CMYK
cmyk(53%, 24%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182632
2#15222C
3#121E27
4#101921
5#0D151C
6#0A1116
7#080D11
8#05080B
9#030406
Tints
Lighter variations
1#284055
2#365772
3#436D8F
4#5183AC
5#6D98BA
6#8AACC8
7#A8C1D6
8#C5D6E4
9#E2EAF1
Tones
Muted variations
1#1C2A36
2#1D2A35
3#1F2A33
4#202A32
5#212A30
6#23292F
7#24292D
8#26292C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC6 #AFC6D9 | BordersInactive statesPlaceholder text |
| 400 | 86A9 #86A9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6390 #6390B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4874 #487499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395C #395C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2942 #294257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A37 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF4;
--charcoal-200: #D2DFEA;
--charcoal-300: #AFC6D9;
--charcoal-400: #86A9C6;
--charcoal-500: #6390B6;
--charcoal-600: #487499;
--charcoal-700: #395C79;
--charcoal-800: #294257;
--charcoal-900: #1A2A37;
--charcoal-950: #101A23;
}