Charcoal
#393C79
BlueColor Codes
All color formats for development
HEX
#393C79RGB
rgb(57, 60, 121)HSL
hsl(237, 36%, 35%)OKLCH
oklch(0.387 0.102 278.4)CMYK
cmyk(53%, 50%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33366D
2#2E3061
3#282A55
4#222449
5#1D1E3D
6#171831
7#111224
8#0B0C18
9#06060C
Tints
Lighter variations
1#444890
2#4E53A6
3#6165B5
4#787BBF
5#8E91CA
6#A5A7D5
7#BBBDDF
8#D2D3EA
9#E8E9F4
Tones
Muted variations
1#3C3F76
2#404273
3#434570
4#46486D
5#494B69
6#4C4E66
7#505163
8#535360
9#56565C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1D9 | BordersInactive statesPlaceholder text |
| 400 | 8689 #8689C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6367 #6367B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484C #484C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393C #393C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292B #292B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F4;
--charcoal-200: #D2D3EA;
--charcoal-300: #AFB1D9;
--charcoal-400: #8689C6;
--charcoal-500: #6367B6;
--charcoal-600: #484C99;
--charcoal-700: #393C79;
--charcoal-800: #292B57;
--charcoal-900: #1A1C37;
--charcoal-950: #101123;
}