Charcoal
#323B81
BlueColor Codes
All color formats for development
HEX
#323B81RGB
rgb(50, 59, 129)HSL
hsl(233, 44%, 35%)OKLCH
oklch(0.385 0.117 274)CMYK
cmyk(61%, 54%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3574
2#282F67
3#23295A
4#1E234D
5#191E40
6#141833
7#0F1227
8#0A0C1A
9#05060D
Tints
Lighter variations
1#3B4698
2#4551B0
3#5864BE
4#707AC7
5#8890D1
6#A0A6DA
7#B7BDE3
8#CFD3EC
9#E7E9F6
Tones
Muted variations
1#363E7D
2#3A4179
3#3E4475
4#424771
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 | CFD3 #CFD3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB1 #ABB1DE | BordersInactive statesPlaceholder text |
| 400 | 7E88 #7E88CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A66 #5A66BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4A #3F4AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323B #323B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242A #242A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171B #171B3B | 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: #7E88CD;
--charcoal-500: #5A66BF;
--charcoal-600: #3F4AA2;
--charcoal-700: #323B81;
--charcoal-800: #242A5C;
--charcoal-900: #171B3B;
--charcoal-950: #0E1125;
}