Charcoal
#325081
BlueColor Codes
All color formats for development
HEX
#325081RGB
rgb(50, 80, 129)HSL
hsl(217, 44%, 35%)OKLCH
oklch(0.432 0.089 259.8)CMYK
cmyk(61%, 38%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4874
2#284067
3#23385A
4#1E304D
5#192840
6#142033
7#0F1827
8#0A101A
9#05080D
Tints
Lighter variations
1#3B5F98
2#456EB0
3#587FBE
4#7091C7
5#88A4D1
6#A0B6DA
7#B7C8E3
8#CFDAEC
9#E7EDF6
Tones
Muted variations
1#36517D
2#3A5279
3#3E5375
4#425471
5#46556D
6#4A5669
7#4D5765
8#515761
9#55585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDA #CFDAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBE #ABBEDE | BordersInactive statesPlaceholder text |
| 400 | 7E9D #7E9DCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A80 #5A80BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F65 #3F65A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3250 #325081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2439 #24395C | 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: #E5EBF5;
--charcoal-200: #CFDAEC;
--charcoal-300: #ABBEDE;
--charcoal-400: #7E9DCD;
--charcoal-500: #5A80BF;
--charcoal-600: #3F65A2;
--charcoal-700: #325081;
--charcoal-800: #24395C;
--charcoal-900: #17253B;
--charcoal-950: #0E1725;
}