Charcoal
#323781
BlueColor Codes
All color formats for development
HEX
#323781RGB
rgb(50, 55, 129)HSL
hsl(236, 44%, 35%)OKLCH
oklch(0.377 0.123 275.9)CMYK
cmyk(61%, 57%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3274
2#282C67
3#23275A
4#1E214D
5#191C40
6#141633
7#0F1127
8#0A0B1A
9#05060D
Tints
Lighter variations
1#3B4198
2#454CB0
3#585FBE
4#7076C7
5#888DD1
6#A0A3DA
7#B7BAE3
8#CFD1EC
9#E7E8F6
Tones
Muted variations
1#363B7D
2#3A3E79
3#3E4175
4#424571
5#46486D
6#4A4C69
7#4D4F65
8#515261
9#55565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7E84 #7E84CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A60 #5A60BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F45 #3F45A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3237 #323781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2427 #24275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1719 #17193B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD1EC;
--charcoal-300: #ABAEDE;
--charcoal-400: #7E84CD;
--charcoal-500: #5A60BF;
--charcoal-600: #3F45A2;
--charcoal-700: #323781;
--charcoal-800: #24275C;
--charcoal-900: #17193B;
--charcoal-950: #0E1025;
}