Charcoal
#325C81
BlueColor Codes
All color formats for development
HEX
#325C81RGB
rgb(50, 92, 129)HSL
hsl(208, 44%, 35%)OKLCH
oklch(0.461 0.077 246.9)CMYK
cmyk(61%, 29%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5374
2#284967
3#23405A
4#1E374D
5#192E40
6#142533
7#0F1C27
8#0A121A
9#05090D
Tints
Lighter variations
1#3B6D98
2#457EB0
3#588EBE
4#709EC7
5#88AFD1
6#A0BFDA
7#B7CFE3
8#CFDFEC
9#E7EFF6
Tones
Muted variations
1#365C7D
2#3A5B79
3#3E5B75
4#425B71
5#465B6D
6#4A5A69
7#4D5A65
8#515A61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC6 #ABC6DE | BordersInactive statesPlaceholder text |
| 400 | 7EA8 #7EA8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A90 #5A90BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F73 #3F73A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325C #325C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172A #172A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #CFDFEC;
--charcoal-300: #ABC6DE;
--charcoal-400: #7EA8CD;
--charcoal-500: #5A90BF;
--charcoal-600: #3F73A2;
--charcoal-700: #325C81;
--charcoal-800: #24425C;
--charcoal-900: #172A3B;
--charcoal-950: #0E1A25;
}