Charcoal
#393979
BlueColor Codes
All color formats for development
HEX
#393979RGB
rgb(57, 57, 121)HSL
hsl(240, 36%, 35%)OKLCH
oklch(0.38 0.106 280.1)CMYK
cmyk(53%, 53%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33336D
2#2E2E61
3#282855
4#222249
5#1D1D3D
6#171731
7#111124
8#0B0B18
9#06060C
Tints
Lighter variations
1#444490
2#4E4EA6
3#6161B5
4#7878BF
5#8E8ECA
6#A5A5D5
7#BBBBDF
8#D2D2EA
9#E8E8F4
Tones
Muted variations
1#3C3C76
2#404073
3#434370
4#46466D
5#494969
6#4C4C66
7#505063
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 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFD9 | BordersInactive statesPlaceholder text |
| 400 | 8686 #8686C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6363 #6363B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4848 #484899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3939 #393979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2929 #292957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A37 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F4;
--charcoal-200: #D2D2EA;
--charcoal-300: #AFAFD9;
--charcoal-400: #8686C6;
--charcoal-500: #6363B6;
--charcoal-600: #484899;
--charcoal-700: #393979;
--charcoal-800: #292957;
--charcoal-900: #1A1A37;
--charcoal-950: #101023;
}