Charcoal
#385A7A
BlueColor Codes
All color formats for development
HEX
#385A7ARGB
rgb(56, 90, 122)HSL
hsl(209, 37%, 35%)OKLCH
oklch(0.456 0.066 248)CMYK
cmyk(54%, 26%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33516E
2#2D4862
3#273F56
4#223649
5#1C2D3D
6#162431
7#111B25
8#0B1218
9#06090C
Tints
Lighter variations
1#436B91
2#4D7CA8
3#608CB6
4#779DC0
5#8DADCB
6#A4BED5
7#BBCEE0
8#D2DEEA
9#E8EFF5
Tones
Muted variations
1#3C5A77
2#3F5A74
3#425A70
4#455A6D
5#495A6A
6#4C5A66
7#4F5A63
8#535960
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC5 #AFC5DA | BordersInactive statesPlaceholder text |
| 400 | 85A7 #85A7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628E #628EB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4772 #47729A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385A #385A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2938 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF4;
--charcoal-200: #D2DEEA;
--charcoal-300: #AFC5DA;
--charcoal-400: #85A7C7;
--charcoal-500: #628EB7;
--charcoal-600: #47729A;
--charcoal-700: #385A7A;
--charcoal-800: #284157;
--charcoal-900: #1A2938;
--charcoal-950: #101A23;
}