Charcoal
#363E7D
BlueColor Codes
All color formats for development
HEX
#363E7DRGB
rgb(54, 62, 125)HSL
hsl(233, 40%, 35%)OKLCH
oklch(0.391 0.106 275)CMYK
cmyk(57%, 50%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303870
2#2B3264
3#252B57
4#20254B
5#1B1F3E
6#151932
7#101325
8#0B0C19
9#05060C
Tints
Lighter variations
1#3F4994
2#4955AB
3#5D67B9
4#747DC3
5#8B93CD
6#A2A8D7
7#B9BEE1
8#D1D4EB
9#E8E9F5
Tones
Muted variations
1#394179
2#3D4376
3#404672
4#44496F
5#474C6B
6#4B4E68
7#4F5164
8#525460
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DC | BordersInactive statesPlaceholder text |
| 400 | 828A #828AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E69 #5E69BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434E #434E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363E #363E7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262C #262C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D1D4EB;
--charcoal-300: #ADB2DC;
--charcoal-400: #828AC9;
--charcoal-500: #5E69BA;
--charcoal-600: #434E9D;
--charcoal-700: #363E7D;
--charcoal-800: #262C59;
--charcoal-900: #181C39;
--charcoal-950: #0F1224;
}