Charcoal
#324C81
BlueColor Codes
All color formats for development
HEX
#324C81RGB
rgb(50, 76, 129)HSL
hsl(220, 44%, 35%)OKLCH
oklch(0.423 0.094 263.2)CMYK
cmyk(61%, 41%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4574
2#283D67
3#23355A
4#1E2E4D
5#192640
6#141E33
7#0F1727
8#0A0F1A
9#05080D
Tints
Lighter variations
1#3B5A98
2#4568B0
3#587ABE
4#708DC7
5#88A0D1
6#A0B3DA
7#B7C6E3
8#CFD9EC
9#E7ECF6
Tones
Muted variations
1#364D7D
2#3A4F79
3#3E5075
4#425171
5#46536D
6#4A5469
7#4D5565
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 | ABBC #ABBCDE | BordersInactive statesPlaceholder text |
| 400 | 7E99 #7E99CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7B #5A7BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F60 #3F60A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324C #324C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2436 #24365C | 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: #ABBCDE;
--charcoal-400: #7E99CD;
--charcoal-500: #5A7BBF;
--charcoal-600: #3F60A2;
--charcoal-700: #324C81;
--charcoal-800: #24365C;
--charcoal-900: #17233B;
--charcoal-950: #0E1625;
}