Charcoal
#36397D
BlueColor Codes
All color formats for development
HEX
#36397DRGB
rgb(54, 57, 125)HSL
hsl(237, 40%, 35%)OKLCH
oklch(0.381 0.113 277.7)CMYK
cmyk(57%, 54%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303370
2#2B2E64
3#252857
4#20224B
5#1B1D3E
6#151732
7#101125
8#0B0B19
9#05060C
Tints
Lighter variations
1#3F4494
2#494EAB
3#5D61B9
4#7478C3
5#8B8ECD
6#A2A5D7
7#B9BBE1
8#D1D2EB
9#E8E8F5
Tones
Muted variations
1#393C79
2#3D4076
3#404372
4#44466F
5#47496B
6#4B4C68
7#4F5064
8#525360
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAF #ADAFDC | BordersInactive statesPlaceholder text |
| 400 | 8286 #8286C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E63 #5E63BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4348 #43489D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2629 #262959 | 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: #F4F5FA;
--charcoal-100: #E6E7F4;
--charcoal-200: #D1D2EB;
--charcoal-300: #ADAFDC;
--charcoal-400: #8286C9;
--charcoal-500: #5E63BA;
--charcoal-600: #43489D;
--charcoal-700: #36397D;
--charcoal-800: #262959;
--charcoal-900: #181A39;
--charcoal-950: #0F1024;
}