Charcoal
#324381
BlueColor Codes
All color formats for development
HEX
#324381RGB
rgb(50, 67, 129)HSL
hsl(227, 44%, 35%)OKLCH
oklch(0.402 0.106 269.6)CMYK
cmyk(61%, 48%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3C74
2#283667
3#232F5A
4#1E284D
5#192140
6#141B33
7#0F1427
8#0A0D1A
9#05070D
Tints
Lighter variations
1#3B4F98
2#455CB0
3#586EBE
4#7083C7
5#8897D1
6#A0ACDA
7#B7C1E3
8#CFD6EC
9#E7EAF6
Tones
Muted variations
1#36457D
2#3A4779
3#3E4A75
4#424C71
5#464E6D
6#4A5069
7#4D5365
8#515561
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB6 #ABB6DE | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A70 #5A70BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F54 #3F54A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3243 #324381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2430 #24305C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD6EC;
--charcoal-300: #ABB6DE;
--charcoal-400: #7E8FCD;
--charcoal-500: #5A70BF;
--charcoal-600: #3F54A2;
--charcoal-700: #324381;
--charcoal-800: #24305C;
--charcoal-900: #171F3B;
--charcoal-950: #0E1325;
}