Charcoal
#36377D
BlueColor Codes
All color formats for development
HEX
#36377DRGB
rgb(54, 55, 125)HSL
hsl(239, 40%, 35%)OKLCH
oklch(0.377 0.116 278.7)CMYK
cmyk(57%, 56%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303170
2#2B2C64
3#252657
4#20214B
5#1B1B3E
6#151632
7#101025
8#0B0B19
9#05050C
Tints
Lighter variations
1#3F4194
2#494BAB
3#5D5EB9
4#7475C3
5#8B8CCD
6#A2A3D7
7#B9BAE1
8#D1D1EB
9#E8E8F5
Tones
Muted variations
1#393A79
2#3D3E76
3#404172
4#44456F
5#47486B
6#4B4B68
7#4F4F64
8#525260
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAE #ADAEDC | BordersInactive statesPlaceholder text |
| 400 | 8283 #8283C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E60 #5E60BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4345 #43459D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3637 #36377D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #262759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #181939 | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FA;
--charcoal-100: #E6E6F4;
--charcoal-200: #D1D1EB;
--charcoal-300: #ADAEDC;
--charcoal-400: #8283C9;
--charcoal-500: #5E60BA;
--charcoal-600: #43459D;
--charcoal-700: #36377D;
--charcoal-800: #262759;
--charcoal-900: #181939;
--charcoal-950: #0F1024;
}