Charcoal
#325E81
BlueColor Codes
All color formats for development
HEX
#325E81RGB
rgb(50, 94, 129)HSL
hsl(207, 44%, 35%)OKLCH
oklch(0.466 0.075 244.4)CMYK
cmyk(61%, 27%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5474
2#284B67
3#23415A
4#1E384D
5#192F40
6#142533
7#0F1C27
8#0A131A
9#05090D
Tints
Lighter variations
1#3B6E98
2#4580B0
3#5890BE
4#70A0C7
5#88B0D1
6#A0C0DA
7#B7CFE3
8#CFDFEC
9#E7EFF6
Tones
Muted variations
1#365D7D
2#3A5C79
3#3E5C75
4#425C71
5#465B6D
6#4A5B69
7#4D5A65
8#515A61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC7 #ABC7DE | BordersInactive statesPlaceholder text |
| 400 | 7EAA #7EAACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A91 #5A91BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F75 #3F75A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325D #325D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #CFDFEC;
--charcoal-300: #ABC7DE;
--charcoal-400: #7EAACD;
--charcoal-500: #5A91BF;
--charcoal-600: #3F75A2;
--charcoal-700: #325D81;
--charcoal-800: #24435C;
--charcoal-900: #172B3B;
--charcoal-950: #0E1B25;
}