Charcoal
#324081
BlueColor Codes
All color formats for development
HEX
#324081RGB
rgb(50, 64, 129)HSL
hsl(229, 44%, 35%)OKLCH
oklch(0.396 0.11 271.4)CMYK
cmyk(61%, 50%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3A74
2#283467
3#232D5A
4#1E274D
5#192040
6#141A33
7#0F1327
8#0A0D1A
9#05060D
Tints
Lighter variations
1#3B4C98
2#4558B0
3#586BBE
4#7080C7
5#8895D1
6#A0AADA
7#B7BFE3
8#CFD5EC
9#E7EAF6
Tones
Muted variations
1#36437D
2#3A4579
3#3E4875
4#424A71
5#464D6D
6#4A4F69
7#4D5265
8#515461
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB4 #ABB4DE | BordersInactive statesPlaceholder text |
| 400 | 7E8D #7E8DCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6C #5A6CBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F51 #3F51A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3240 #324081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242E #242E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD5EC;
--charcoal-300: #ABB4DE;
--charcoal-400: #7E8DCD;
--charcoal-500: #5A6CBF;
--charcoal-600: #3F51A2;
--charcoal-700: #324081;
--charcoal-800: #242E5C;
--charcoal-900: #171D3B;
--charcoal-950: #0E1225;
}