Charcoal
#326181
BlueColor Codes
All color formats for development
HEX
#326181RGB
rgb(50, 97, 129)HSL
hsl(204, 44%, 35%)OKLCH
oklch(0.474 0.073 240.5)CMYK
cmyk(61%, 25%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5774
2#284E67
3#23445A
4#1E3A4D
5#193140
6#142733
7#0F1D27
8#0A131A
9#050A0D
Tints
Lighter variations
1#3B7398
2#4585B0
3#5895BE
4#70A4C7
5#88B3D1
6#A0C3DA
7#B7D2E3
8#CFE1EC
9#E7F0F6
Tones
Muted variations
1#36607D
2#3A6079
3#3E5F75
4#425E71
5#465D6D
6#4A5C69
7#4D5C65
8#515B61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7EAE #7EAECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A96 #5A96BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7A #3F7AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3261 #326181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2445 #24455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #CFE1EC;
--charcoal-300: #ABCADE;
--charcoal-400: #7EAECD;
--charcoal-500: #5A96BF;
--charcoal-600: #3F7AA2;
--charcoal-700: #326181;
--charcoal-800: #24455C;
--charcoal-900: #172C3B;
--charcoal-950: #0E1C25;
}