Charcoal
#325381
BlueColor Codes
All color formats for development
HEX
#325381RGB
rgb(50, 83, 129)HSL
hsl(215, 44%, 35%)OKLCH
oklch(0.439 0.086 256.9)CMYK
cmyk(61%, 36%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4A74
2#284267
3#233A5A
4#1E324D
5#192940
6#142133
7#0F1927
8#0A111A
9#05080D
Tints
Lighter variations
1#3B6298
2#4571B0
3#5882BE
4#7094C7
5#88A6D1
6#A0B8DA
7#B7CAE3
8#CFDBEC
9#E7EDF6
Tones
Muted variations
1#36537D
2#3A5479
3#3E5575
4#425571
5#46566D
6#4A5769
7#4D5765
8#515861
9#55595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDB #CFDBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC0 #ABC0DE | BordersInactive statesPlaceholder text |
| 400 | 7E9F #7E9FCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A84 #5A84BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F68 #3F68A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3253 #325381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243B #243B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF5;
--charcoal-200: #CFDBEC;
--charcoal-300: #ABC0DE;
--charcoal-400: #7E9FCD;
--charcoal-500: #5A84BF;
--charcoal-600: #3F68A2;
--charcoal-700: #325381;
--charcoal-800: #243B5C;
--charcoal-900: #17263B;
--charcoal-950: #0E1825;
}