Charcoal
#384E7A
BlueColor Codes
All color formats for development
HEX
#384E7ARGB
rgb(56, 78, 122)HSL
hsl(220, 37%, 35%)OKLCH
oklch(0.427 0.078 263.3)CMYK
cmyk(54%, 36%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33466E
2#2D3F62
3#273756
4#222F49
5#1C273D
6#161F31
7#111725
8#0B1018
9#06080C
Tints
Lighter variations
1#435D91
2#4D6BA8
3#607DB6
4#778FC0
5#8DA2CB
6#A4B5D5
7#BBC7E0
8#D2DAEA
9#E8ECF5
Tones
Muted variations
1#3C4F77
2#3F5074
3#425270
4#45536D
5#49546A
6#4C5566
7#4F5663
8#535760
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBD #AFBDDA | BordersInactive statesPlaceholder text |
| 400 | 859B #859BC7 | Disabled statesSecondary iconsMuted text |
| 500 | 627E #627EB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4762 #47629A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384E #384E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2838 #283857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2438 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EBF4;
--charcoal-200: #D2DAEA;
--charcoal-300: #AFBDDA;
--charcoal-400: #859BC7;
--charcoal-500: #627EB7;
--charcoal-600: #47629A;
--charcoal-700: #384E7A;
--charcoal-800: #283857;
--charcoal-900: #1A2438;
--charcoal-950: #101623;
}