Charcoal
#323A81
BlueColor Codes
All color formats for development
HEX
#323A81RGB
rgb(50, 58, 129)HSL
hsl(234, 44%, 35%)OKLCH
oklch(0.383 0.119 274.5)CMYK
cmyk(61%, 55%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3474
2#282E67
3#23285A
4#1E234D
5#191D40
6#141733
7#0F1127
8#0A0C1A
9#05060D
Tints
Lighter variations
1#3B4598
2#454FB0
3#5862BE
4#7079C7
5#888FD1
6#A0A5DA
7#B7BCE3
8#CFD2EC
9#E7E9F6
Tones
Muted variations
1#363D7D
2#3A4079
3#3E4375
4#424671
5#464A6D
6#4A4D69
7#4D5065
8#515361
9#55565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB0 #ABB0DE | BordersInactive statesPlaceholder text |
| 400 | 7E86 #7E86CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A64 #5A64BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F49 #3F49A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323A #323A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2429 #24295C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD2EC;
--charcoal-300: #ABB0DE;
--charcoal-400: #7E86CD;
--charcoal-500: #5A64BF;
--charcoal-600: #3F49A2;
--charcoal-700: #323A81;
--charcoal-800: #24295C;
--charcoal-900: #171A3B;
--charcoal-950: #0E1125;
}