Charcoal
#384A7A
BlueColor Codes
All color formats for development
HEX
#384A7ARGB
rgb(56, 74, 122)HSL
hsl(224, 37%, 35%)OKLCH
oklch(0.418 0.084 267.2)CMYK
cmyk(54%, 39%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33426E
2#2D3B62
3#273456
4#222C49
5#1C253D
6#161E31
7#111625
8#0B0F18
9#06070C
Tints
Lighter variations
1#435891
2#4D65A8
3#6077B6
4#778AC0
5#8D9ECB
6#A4B1D5
7#BBC5E0
8#D2D8EA
9#E8ECF5
Tones
Muted variations
1#3C4B77
2#3F4D74
3#424E70
4#45506D
5#49526A
6#4C5366
7#4F5563
8#535660
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBADA | BordersInactive statesPlaceholder text |
| 400 | 8596 #8596C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6278 #6278B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475D #475D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384A #384A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2835 #283557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2238 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D8EA;
--charcoal-300: #AFBADA;
--charcoal-400: #8596C7;
--charcoal-500: #6278B7;
--charcoal-600: #475D9A;
--charcoal-700: #384A7A;
--charcoal-800: #283557;
--charcoal-900: #1A2238;
--charcoal-950: #101523;
}