Charcoal
#325781
BlueColor Codes
All color formats for development
HEX
#325781RGB
rgb(50, 87, 129)HSL
hsl(212, 44%, 35%)OKLCH
oklch(0.449 0.081 252.8)CMYK
cmyk(61%, 33%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4E74
2#284567
3#233D5A
4#1E344D
5#192B40
6#142333
7#0F1A27
8#0A111A
9#05090D
Tints
Lighter variations
1#3B6798
2#4577B0
3#5888BE
4#7099C7
5#88AAD1
6#A0BBDA
7#B7CCE3
8#CFDDEC
9#E7EEF6
Tones
Muted variations
1#36577D
2#3A5779
3#3E5775
4#425871
5#46586D
6#4A5869
7#4D5865
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 | 7EA3 #7EA3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A89 #5A89BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6D #3F6DA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3257 #325781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243E #243E5C | 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: #7EA3CD;
--charcoal-500: #5A89BF;
--charcoal-600: #3F6DA2;
--charcoal-700: #325781;
--charcoal-800: #243E5C;
--charcoal-900: #17283B;
--charcoal-950: #0E1925;
}