Charcoal
#325881
BlueColor Codes
All color formats for development
HEX
#325881RGB
rgb(50, 88, 129)HSL
hsl(211, 44%, 35%)OKLCH
oklch(0.452 0.08 251.7)CMYK
cmyk(61%, 32%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4F74
2#284667
3#233E5A
4#1E354D
5#192C40
6#142333
7#0F1A27
8#0A121A
9#05090D
Tints
Lighter variations
1#3B6898
2#4579B0
3#5889BE
4#709AC7
5#88ABD1
6#A0BCDA
7#B7CDE3
8#CFDDEC
9#E7EEF6
Tones
Muted variations
1#36587D
2#3A5879
3#3E5875
4#425871
5#46596D
6#4A5969
7#4D5965
8#515961
9#55595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDD #CFDDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC3 #ABC3DE | BordersInactive statesPlaceholder text |
| 400 | 7EA4 #7EA4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8B #5A8BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6F #3F6FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3258 #325881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243F #243F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1728 #17283B | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF5;
--charcoal-200: #CFDDEC;
--charcoal-300: #ABC3DE;
--charcoal-400: #7EA4CD;
--charcoal-500: #5A8BBF;
--charcoal-600: #3F6FA2;
--charcoal-700: #325881;
--charcoal-800: #243F5C;
--charcoal-900: #17283B;
--charcoal-950: #0E1925;
}