Charcoal
#324481
BlueColor Codes
All color formats for development
HEX
#324481RGB
rgb(50, 68, 129)HSL
hsl(226, 44%, 35%)OKLCH
oklch(0.405 0.105 269)CMYK
cmyk(61%, 47%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3D74
2#283767
3#23305A
4#1E294D
5#192240
6#141B33
7#0F1427
8#0A0E1A
9#05070D
Tints
Lighter variations
1#3B5198
2#455EB0
3#5870BE
4#7084C7
5#8899D1
6#A0ADDA
7#B7C2E3
8#CFD6EC
9#E7EBF6
Tones
Muted variations
1#36467D
2#3A4879
3#3E4B75
4#424D71
5#464F6D
6#4A5169
7#4D5365
8#515561
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E91 #7E91CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A71 #5A71BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F56 #3F56A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3244 #324481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD6EC;
--charcoal-300: #ABB7DE;
--charcoal-400: #7E91CD;
--charcoal-500: #5A71BF;
--charcoal-600: #3F56A2;
--charcoal-700: #324481;
--charcoal-800: #24315C;
--charcoal-900: #171F3B;
--charcoal-950: #0E1425;
}