Charcoal
#325481
BlueColor Codes
All color formats for development
HEX
#325481RGB
rgb(50, 84, 129)HSL
hsl(214, 44%, 35%)OKLCH
oklch(0.442 0.085 255.9)CMYK
cmyk(61%, 35%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4C74
2#284367
3#233B5A
4#1E324D
5#192A40
6#142233
7#0F1927
8#0A111A
9#05080D
Tints
Lighter variations
1#3B6498
2#4573B0
3#5884BE
4#7096C7
5#88A7D1
6#A0B9DA
7#B7CAE3
8#CFDCEC
9#E7EDF6
Tones
Muted variations
1#36557D
2#3A5579
3#3E5675
4#425671
5#46576D
6#4A5769
7#4D5865
8#515861
9#55595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7EA1 #7EA1CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A86 #5A86BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6A #3F6AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3254 #325481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF5;
--charcoal-200: #CFDCEC;
--charcoal-300: #ABC1DE;
--charcoal-400: #7EA1CD;
--charcoal-500: #5A86BF;
--charcoal-600: #3F6AA2;
--charcoal-700: #325481;
--charcoal-800: #243C5C;
--charcoal-900: #17263B;
--charcoal-950: #0E1825;
}