Charcoal
#323981
BlueColor Codes
All color formats for development
HEX
#323981RGB
rgb(50, 57, 129)HSL
hsl(235, 44%, 35%)OKLCH
oklch(0.381 0.12 275)CMYK
cmyk(61%, 56%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3374
2#282D67
3#23285A
4#1E224D
5#191C40
6#141733
7#0F1127
8#0A0B1A
9#05060D
Tints
Lighter variations
1#3B4398
2#454EB0
3#5860BE
4#7077C7
5#888ED1
6#A0A4DA
7#B7BBE3
8#CFD2EC
9#E7E8F6
Tones
Muted variations
1#363C7D
2#3A3F79
3#3E4275
4#424671
5#46496D
6#4A4C69
7#4D4F65
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 | ABAF #ABAFDE | BordersInactive statesPlaceholder text |
| 400 | 7E85 #7E85CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A62 #5A62BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F47 #3F47A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3239 #323981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | 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: #ABAFDE;
--charcoal-400: #7E85CD;
--charcoal-500: #5A62BF;
--charcoal-600: #3F47A2;
--charcoal-700: #323981;
--charcoal-800: #24285C;
--charcoal-900: #171A3B;
--charcoal-950: #0E1025;
}