Charcoal
#323681
BlueColor Codes
All color formats for development
HEX
#323681RGB
rgb(50, 54, 129)HSL
hsl(237, 44%, 35%)OKLCH
oklch(0.375 0.124 276.3)CMYK
cmyk(61%, 58%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3174
2#282B67
3#23265A
4#1E204D
5#191B40
6#141633
7#0F1027
8#0A0B1A
9#05050D
Tints
Lighter variations
1#3B4098
2#454AB0
3#585DBE
4#7074C7
5#888BD1
6#A0A2DA
7#B7BAE3
8#CFD1EC
9#E7E8F6
Tones
Muted variations
1#36397D
2#3A3D79
3#3E4175
4#424471
5#46486D
6#4A4B69
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 | ABAD #ABADDE | BordersInactive statesPlaceholder text |
| 400 | 7E82 #7E82CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5F #5A5FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F44 #3F44A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3236 #323681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2427 #24275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1719 #17193B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | 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: #ABADDE;
--charcoal-400: #7E82CD;
--charcoal-500: #5A5FBF;
--charcoal-600: #3F44A2;
--charcoal-700: #323681;
--charcoal-800: #24275C;
--charcoal-900: #17193B;
--charcoal-950: #0E0F25;
}