Charcoal
#324D81
BlueColor Codes
All color formats for development
HEX
#324D81RGB
rgb(50, 77, 129)HSL
hsl(219, 44%, 35%)OKLCH
oklch(0.425 0.093 262.4)CMYK
cmyk(61%, 40%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4674
2#283E67
3#23365A
4#1E2E4D
5#192740
6#141F33
7#0F1727
8#0A0F1A
9#05080D
Tints
Lighter variations
1#3B5C98
2#456AB0
3#587CBE
4#708EC7
5#88A1D1
6#A0B4DA
7#B7C7E3
8#CFD9EC
9#E7ECF6
Tones
Muted variations
1#364F7D
2#3A5079
3#3E5175
4#425271
5#46536D
6#4A5569
7#4D5665
8#515761
9#55585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7E9A #7E9ACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7D #5A7DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F61 #3F61A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324D #324D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2437 #24375C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233B | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EBF5;
--charcoal-200: #CFD9EC;
--charcoal-300: #ABBDDE;
--charcoal-400: #7E9ACD;
--charcoal-500: #5A7DBF;
--charcoal-600: #3F61A2;
--charcoal-700: #324D81;
--charcoal-800: #24375C;
--charcoal-900: #17233B;
--charcoal-950: #0E1625;
}