Charcoal
#385B7A
BlueColor Codes
All color formats for development
HEX
#385B7ARGB
rgb(56, 91, 122)HSL
hsl(208, 37%, 35%)OKLCH
oklch(0.458 0.065 246.5)CMYK
cmyk(54%, 25%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33526E
2#2D4962
3#274056
4#223749
5#1C2E3D
6#162531
7#111B25
8#0B1218
9#06090C
Tints
Lighter variations
1#436C91
2#4D7DA8
3#608EB6
4#779EC0
5#8DAECB
6#A4BED5
7#BBCFE0
8#D2DFEA
9#E8EFF5
Tones
Muted variations
1#3C5B77
2#3F5B74
3#425B70
4#455B6D
5#495A6A
6#4C5A66
7#4F5A63
8#535A60
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC6 #AFC6DA | BordersInactive statesPlaceholder text |
| 400 | 85A8 #85A8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628F #628FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4773 #47739A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385B #385B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A38 | 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: #F5F8FA;
--charcoal-100: #E7EEF4;
--charcoal-200: #D2DFEA;
--charcoal-300: #AFC6DA;
--charcoal-400: #85A8C7;
--charcoal-500: #628FB7;
--charcoal-600: #47739A;
--charcoal-700: #385B7A;
--charcoal-800: #284157;
--charcoal-900: #1A2A38;
--charcoal-950: #101A23;
}