Charcoal
#325581
BlueColor Codes
All color formats for development
HEX
#325581RGB
rgb(50, 85, 129)HSL
hsl(213, 44%, 35%)OKLCH
oklch(0.444 0.084 254.9)CMYK
cmyk(61%, 34%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4D74
2#284467
3#233C5A
4#1E334D
5#192B40
6#142233
7#0F1A27
8#0A111A
9#05090D
Tints
Lighter variations
1#3B6598
2#4575B0
3#5886BE
4#7097C7
5#88A8D1
6#A0BADA
7#B7CBE3
8#CFDCEC
9#E7EEF6
Tones
Muted variations
1#36567D
2#3A5679
3#3E5775
4#425771
5#46576D
6#4A5869
7#4D5865
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 | CFDC #CFDCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC2 #ABC2DE | BordersInactive statesPlaceholder text |
| 400 | 7EA2 #7EA2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A87 #5A87BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6B #3F6BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3255 #325581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243D #243D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1727 #17273B | 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: #CFDCEC;
--charcoal-300: #ABC2DE;
--charcoal-400: #7EA2CD;
--charcoal-500: #5A87BF;
--charcoal-600: #3F6BA2;
--charcoal-700: #325581;
--charcoal-800: #243D5C;
--charcoal-900: #17273B;
--charcoal-950: #0E1825;
}