Charcoal
#384B7A
BlueColor Codes
All color formats for development
HEX
#384B7ARGB
rgb(56, 75, 122)HSL
hsl(223, 37%, 35%)OKLCH
oklch(0.42 0.082 266.3)CMYK
cmyk(54%, 39%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33436E
2#2D3C62
3#273456
4#222D49
5#1C253D
6#161E31
7#111625
8#0B0F18
9#06070C
Tints
Lighter variations
1#435991
2#4D67A8
3#6078B6
4#778CC0
5#8D9FCB
6#A4B2D5
7#BBC5E0
8#D2D9EA
9#E8ECF5
Tones
Muted variations
1#3C4C77
2#3F4E74
3#424F70
4#45516D
5#49526A
6#4C5466
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 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBB #AFBBDA | BordersInactive statesPlaceholder text |
| 400 | 8597 #8597C7 | Disabled statesSecondary iconsMuted text |
| 500 | 627A #627AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475E #475E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384B #384B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2836 #283657 | 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: #D2D9EA;
--charcoal-300: #AFBBDA;
--charcoal-400: #8597C7;
--charcoal-500: #627AB7;
--charcoal-600: #475E9A;
--charcoal-700: #384B7A;
--charcoal-800: #283657;
--charcoal-900: #1A2238;
--charcoal-950: #101523;
}