Charcoal
#384D7A
BlueColor Codes
All color formats for development
HEX
#384D7ARGB
rgb(56, 77, 122)HSL
hsl(221, 37%, 35%)OKLCH
oklch(0.425 0.08 264.3)CMYK
cmyk(54%, 37%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33456E
2#2D3E62
3#273656
4#222E49
5#1C273D
6#161F31
7#111725
8#0B0F18
9#06080C
Tints
Lighter variations
1#435B91
2#4D6AA8
3#607BB6
4#778EC0
5#8DA1CB
6#A4B4D5
7#BBC7E0
8#D2D9EA
9#E8ECF5
Tones
Muted variations
1#3C4E77
2#3F5074
3#425170
4#45526D
5#49536A
6#4C5466
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 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCDA | BordersInactive statesPlaceholder text |
| 400 | 859A #859AC7 | Disabled statesSecondary iconsMuted text |
| 500 | 627D #627DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4761 #47619A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384D #384D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2837 #283757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2338 | 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: #D2D9EA;
--charcoal-300: #AFBCDA;
--charcoal-400: #859AC7;
--charcoal-500: #627DB7;
--charcoal-600: #47619A;
--charcoal-700: #384D7A;
--charcoal-800: #283757;
--charcoal-900: #1A2338;
--charcoal-950: #101623;
}