Charcoal
#36507D
BlueColor Codes
All color formats for development
HEX
#36507DRGB
rgb(54, 80, 125)HSL
hsl(218, 40%, 35%)OKLCH
oklch(0.432 0.081 260.8)CMYK
cmyk(57%, 36%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304870
2#2B4064
3#253857
4#20304B
5#1B283E
6#152032
7#101825
8#0B1019
9#05080C
Tints
Lighter variations
1#3F5F94
2#496DAB
3#5D7FB9
4#7491C3
5#8BA3CD
6#A2B6D7
7#B9C8E1
8#D1DAEB
9#E8EDF5
Tones
Muted variations
1#395179
2#3D5276
3#405372
4#44546F
5#47546B
6#4B5568
7#4F5664
8#525760
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBE #ADBEDC | BordersInactive statesPlaceholder text |
| 400 | 829C #829CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E80 #5E80BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4364 #43649D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2639 #263959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #182439 | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D1DAEB;
--charcoal-300: #ADBEDC;
--charcoal-400: #829CC9;
--charcoal-500: #5E80BA;
--charcoal-600: #43649D;
--charcoal-700: #36507D;
--charcoal-800: #263959;
--charcoal-900: #182439;
--charcoal-950: #0F1724;
}