Charcoal
#324A81
BlueColor Codes
All color formats for development
HEX
#324A81RGB
rgb(50, 74, 129)HSL
hsl(222, 44%, 35%)OKLCH
oklch(0.418 0.097 264.8)CMYK
cmyk(61%, 43%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4274
2#283B67
3#23335A
4#1E2C4D
5#192540
6#141D33
7#0F1627
8#0A0F1A
9#05070D
Tints
Lighter variations
1#3B5798
2#4565B0
3#5877BE
4#708AC7
5#889ED1
6#A0B1DA
7#B7C5E3
8#CFD8EC
9#E7ECF6
Tones
Muted variations
1#364B7D
2#3A4D79
3#3E4E75
4#425071
5#46516D
6#4A5369
7#4D5565
8#515661
9#55585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBA #ABBADE | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A78 #5A78BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F5C #3F5CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324A #324A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2435 #24355C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1722 #17223B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EAF5;
--charcoal-200: #CFD8EC;
--charcoal-300: #ABBADE;
--charcoal-400: #7E96CD;
--charcoal-500: #5A78BF;
--charcoal-600: #3F5CA2;
--charcoal-700: #324A81;
--charcoal-800: #24355C;
--charcoal-900: #17223B;
--charcoal-950: #0E1525;
}