Charcoal
#323E81
BlueColor Codes
All color formats for development
HEX
#323E81RGB
rgb(50, 62, 129)HSL
hsl(231, 44%, 35%)OKLCH
oklch(0.391 0.113 272.5)CMYK
cmyk(61%, 52%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3874
2#283167
3#232B5A
4#1E254D
5#191F40
6#141933
7#0F1327
8#0A0C1A
9#05060D
Tints
Lighter variations
1#3B4998
2#4555B0
3#5867BE
4#707DC7
5#8893D1
6#A0A8DA
7#B7BEE3
8#CFD4EC
9#E7E9F6
Tones
Muted variations
1#36417D
2#3A4379
3#3E4675
4#424971
5#464C6D
6#4A4E69
7#4D5165
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 | CFD4 #CFD4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB2 #ABB2DE | BordersInactive statesPlaceholder text |
| 400 | 7E8A #7E8ACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A69 #5A69BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4E #3F4EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323E #323E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242C #242C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3B | 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: #CFD4EC;
--charcoal-300: #ABB2DE;
--charcoal-400: #7E8ACD;
--charcoal-500: #5A69BF;
--charcoal-600: #3F4EA2;
--charcoal-700: #323E81;
--charcoal-800: #242C5C;
--charcoal-900: #171C3B;
--charcoal-950: #0E1225;
}