Charcoal
#324B81
BlueColor Codes
All color formats for development
HEX
#324B81RGB
rgb(50, 75, 129)HSL
hsl(221, 44%, 35%)OKLCH
oklch(0.421 0.095 264)CMYK
cmyk(61%, 42%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4374
2#283C67
3#23345A
4#1E2D4D
5#192540
6#141E33
7#0F1627
8#0A0F1A
9#05070D
Tints
Lighter variations
1#3B5998
2#4567B0
3#5878BE
4#708CC7
5#889FD1
6#A0B2DA
7#B7C5E3
8#CFD9EC
9#E7ECF6
Tones
Muted variations
1#364C7D
2#3A4E79
3#3E4F75
4#425171
5#46526D
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 | CFD9 #CFD9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBB #ABBBDE | BordersInactive statesPlaceholder text |
| 400 | 7E97 #7E97CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7A #5A7ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F5E #3F5EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324B #324B81 | 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: #CFD9EC;
--charcoal-300: #ABBBDE;
--charcoal-400: #7E97CD;
--charcoal-500: #5A7ABF;
--charcoal-600: #3F5EA2;
--charcoal-700: #324B81;
--charcoal-800: #24355C;
--charcoal-900: #17223B;
--charcoal-950: #0E1525;
}