Charcoal
#323C81
BlueColor Codes
All color formats for development
HEX
#323C81RGB
rgb(50, 60, 129)HSL
hsl(232, 44%, 35%)OKLCH
oklch(0.387 0.116 273.5)CMYK
cmyk(61%, 53%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3674
2#283067
3#232A5A
4#1E244D
5#191E40
6#141833
7#0F1227
8#0A0C1A
9#05060D
Tints
Lighter variations
1#3B4898
2#4553B0
3#5866BE
4#707BC7
5#8891D1
6#A0A7DA
7#B7BDE3
8#CFD3EC
9#E7E9F6
Tones
Muted variations
1#363F7D
2#3A4279
3#3E4575
4#424871
5#464B6D
6#4A4E69
7#4D5165
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 | CFD3 #CFD3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB1 #ABB1DE | BordersInactive statesPlaceholder text |
| 400 | 7E89 #7E89CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A67 #5A67BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4C #3F4CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323C #323C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242B #242B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3B | 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: #CFD3EC;
--charcoal-300: #ABB1DE;
--charcoal-400: #7E89CD;
--charcoal-500: #5A67BF;
--charcoal-600: #3F4CA2;
--charcoal-700: #323C81;
--charcoal-800: #242B5C;
--charcoal-900: #171C3B;
--charcoal-950: #0E1125;
}