Charcoal
#395F79
BlueColor Codes
All color formats for development
HEX
#395F79RGB
rgb(57, 95, 121)HSL
hsl(204, 36%, 35%)OKLCH
oklch(0.468 0.061 239.7)CMYK
cmyk(53%, 21%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33566D
2#2E4D61
3#284355
4#223949
5#1D303D
6#172631
7#111D24
8#0B1318
9#060A0C
Tints
Lighter variations
1#447190
2#4E83A6
3#6193B5
4#78A3BF
5#8EB2CA
6#A5C1D5
7#BBD1DF
8#D2E0EA
9#E8F0F4
Tones
Muted variations
1#3C5F76
2#405E73
3#435E70
4#465D6D
5#495C69
6#4C5C66
7#505B63
8#535B60
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 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9D9 | BordersInactive statesPlaceholder text |
| 400 | 86AC #86ACC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6395 #6395B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4878 #487899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3960 #396079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2944 #294457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C37 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF4;
--charcoal-200: #D2E0EA;
--charcoal-300: #AFC9D9;
--charcoal-400: #86ACC6;
--charcoal-500: #6395B6;
--charcoal-600: #487899;
--charcoal-700: #396079;
--charcoal-800: #294457;
--charcoal-900: #1A2C37;
--charcoal-950: #101B23;
}