Charcoal
#325181
BlueColor Codes
All color formats for development
HEX
#325181RGB
rgb(50, 81, 129)HSL
hsl(216, 44%, 35%)OKLCH
oklch(0.435 0.088 258.9)CMYK
cmyk(61%, 37%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4974
2#284167
3#23395A
4#1E314D
5#192940
6#142133
7#0F1827
8#0A101A
9#05080D
Tints
Lighter variations
1#3B6198
2#4570B0
3#5881BE
4#7093C7
5#88A5D1
6#A0B7DA
7#B7C9E3
8#CFDBEC
9#E7EDF6
Tones
Muted variations
1#36527D
2#3A5379
3#3E5475
4#425571
5#46556D
6#4A5669
7#4D5765
8#515861
9#55585D
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 | ABBF #ABBFDE | BordersInactive statesPlaceholder text |
| 400 | 7E9E #7E9ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A82 #5A82BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F66 #3F66A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3251 #325181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243A #243A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1725 #17253B | Primary textHigh emphasis contentDark headings |
| 950 | 0E17 #0E1725 | 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: #ABBFDE;
--charcoal-400: #7E9ECD;
--charcoal-500: #5A82BF;
--charcoal-600: #3F66A2;
--charcoal-700: #325181;
--charcoal-800: #243A5C;
--charcoal-900: #17253B;
--charcoal-950: #0E1725;
}