Charcoal
#36437D
BlueColor Codes
All color formats for development
HEX
#36437DRGB
rgb(54, 67, 125)HSL
hsl(229, 40%, 35%)OKLCH
oklch(0.402 0.099 271.8)CMYK
cmyk(57%, 46%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303C70
2#2B3564
3#252F57
4#20284B
5#1B213E
6#151B32
7#101425
8#0B0D19
9#05070C
Tints
Lighter variations
1#3F4F94
2#495BAB
3#5D6EB9
4#7482C3
5#8B97CD
6#A2ACD7
7#B9C1E1
8#D1D5EB
9#E8EAF5
Tones
Muted variations
1#394579
2#3D4776
3#404972
4#444C6F
5#474E6B
6#4B5068
7#4F5264
8#525560
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB5 #ADB5DC | BordersInactive statesPlaceholder text |
| 400 | 828F #828FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6F #5E6FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4354 #43549D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3643 #36437D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #263059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D1D5EB;
--charcoal-300: #ADB5DC;
--charcoal-400: #828FC9;
--charcoal-500: #5E6FBA;
--charcoal-600: #43549D;
--charcoal-700: #36437D;
--charcoal-800: #263059;
--charcoal-900: #181E39;
--charcoal-950: #0F1324;
}