Charcoal
#363D7D
BlueColor Codes
All color formats for development
HEX
#363D7DRGB
rgb(54, 61, 125)HSL
hsl(234, 40%, 35%)OKLCH
oklch(0.389 0.107 275.6)CMYK
cmyk(57%, 51%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303770
2#2B3164
3#252A57
4#20244B
5#1B1E3E
6#151832
7#101225
8#0B0C19
9#05060C
Tints
Lighter variations
1#3F4894
2#4953AB
3#5D66B9
4#747CC3
5#8B92CD
6#A2A7D7
7#B9BDE1
8#D1D3EB
9#E8E9F5
Tones
Muted variations
1#394079
2#3D4276
3#404572
4#44486F
5#474B6B
6#4B4E68
7#4F5164
8#525460
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DC | BordersInactive statesPlaceholder text |
| 400 | 8289 #8289C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E68 #5E68BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434C #434C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363D #363D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E7F4;
--charcoal-200: #D1D3EB;
--charcoal-300: #ADB2DC;
--charcoal-400: #8289C9;
--charcoal-500: #5E68BA;
--charcoal-600: #434C9D;
--charcoal-700: #363D7D;
--charcoal-800: #262B59;
--charcoal-900: #181C39;
--charcoal-950: #0F1124;
}