Charcoal
#36387D
BlueColor Codes
All color formats for development
HEX
#36387DRGB
rgb(54, 56, 125)HSL
hsl(238, 40%, 35%)OKLCH
oklch(0.379 0.114 278.2)CMYK
cmyk(57%, 55%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303270
2#2B2D64
3#252757
4#20224B
5#1B1C3E
6#151632
7#101125
8#0B0B19
9#05060C
Tints
Lighter variations
1#3F4294
2#494DAB
3#5D60B9
4#7476C3
5#8B8DCD
6#A2A4D7
7#B9BBE1
8#D1D1EB
9#E8E8F5
Tones
Muted variations
1#393B79
2#3D3F76
3#404272
4#44456F
5#47496B
6#4B4C68
7#4F4F64
8#525360
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 | 8284 #8284C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E61 #5E61BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4346 #43469D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3638 #36387D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2628 #262859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A39 | 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: #8284C9;
--charcoal-500: #5E61BA;
--charcoal-600: #43469D;
--charcoal-700: #36387D;
--charcoal-800: #262859;
--charcoal-900: #181A39;
--charcoal-950: #0F1024;
}