Charcoal
#395C79
BlueColor Codes
All color formats for development
HEX
#395C79RGB
rgb(57, 92, 121)HSL
hsl(207, 36%, 35%)OKLCH
oklch(0.461 0.062 244.7)CMYK
cmyk(53%, 24%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33536D
2#2E4A61
3#284155
4#223749
5#1D2E3D
6#172531
7#111C24
8#0B1218
9#06090C
Tints
Lighter variations
1#446E90
2#4E7FA6
3#618FB5
4#789FBF
5#8EAFCA
6#A5BFD5
7#BBCFDF
8#D2DFEA
9#E8EFF4
Tones
Muted variations
1#3C5C76
2#405C73
3#435B70
4#465B6D
5#495B69
6#4C5B66
7#505A63
8#535A60
9#565A5C
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 #AFC6D9 | BordersInactive statesPlaceholder text |
| 400 | 86A9 #86A9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6390 #6390B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4874 #487499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395C #395C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2942 #294257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A37 | 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: #AFC6D9;
--charcoal-400: #86A9C6;
--charcoal-500: #6390B6;
--charcoal-600: #487499;
--charcoal-700: #395C79;
--charcoal-800: #294257;
--charcoal-900: #1A2A37;
--charcoal-950: #101A23;
}