Charcoal
#364C7D
BlueColor Codes
All color formats for development
HEX
#364C7DRGB
rgb(54, 76, 125)HSL
hsl(221, 40%, 35%)OKLCH
oklch(0.423 0.086 264.7)CMYK
cmyk(57%, 39%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304570
2#2B3D64
3#253557
4#202E4B
5#1B263E
6#151E32
7#101725
8#0B0F19
9#05080C
Tints
Lighter variations
1#3F5A94
2#4968AB
3#5D7AB9
4#748DC3
5#8BA0CD
6#A2B3D7
7#B9C6E1
8#D1D9EB
9#E8ECF5
Tones
Muted variations
1#394D79
2#3D4F76
3#405072
4#44516F
5#47536B
6#4B5468
7#4F5564
8#525760
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBC #ADBCDC | BordersInactive statesPlaceholder text |
| 400 | 8299 #8299C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7B #5E7BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4360 #43609D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364C #364C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #263659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #182339 | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D1D9EB;
--charcoal-300: #ADBCDC;
--charcoal-400: #8299C9;
--charcoal-500: #5E7BBA;
--charcoal-600: #43609D;
--charcoal-700: #364C7D;
--charcoal-800: #263659;
--charcoal-900: #182339;
--charcoal-950: #0F1624;
}