Charcoal
#323381
BlueColor Codes
All color formats for development
HEX
#323381RGB
rgb(50, 51, 129)HSL
hsl(239, 44%, 35%)OKLCH
oklch(0.369 0.128 277.5)CMYK
cmyk(61%, 60%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2E74
2#282967
3#23245A
4#1E1F4D
5#191A40
6#141533
7#0F0F27
8#0A0A1A
9#05050D
Tints
Lighter variations
1#3B3D98
2#4546B0
3#585ABE
4#7071C7
5#8889D1
6#A0A1DA
7#B7B8E3
8#CFD0EC
9#E7E7F6
Tones
Muted variations
1#36377D
2#3A3B79
3#3E3F75
4#424271
5#46466D
6#4A4A69
7#4D4E65
8#515261
9#55555D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7E80 #7E80CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5B #5A5BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F40 #3F40A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3233 #323381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2425 #24255C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD0EC;
--charcoal-300: #ABABDE;
--charcoal-400: #7E80CD;
--charcoal-500: #5A5BBF;
--charcoal-600: #3F40A2;
--charcoal-700: #323381;
--charcoal-800: #24255C;
--charcoal-900: #17173B;
--charcoal-950: #0E0F25;
}