Charcoal
#3C5C77
BlueColor Codes
All color formats for development
HEX
#3C5C77RGB
rgb(60, 92, 119)HSL
hsl(207, 33%, 35%)OKLCH
oklch(0.462 0.058 245)CMYK
cmyk(50%, 23%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36536B
2#304A5F
3#2A4153
4#243747
5#1E2E3B
6#18252F
7#121C24
8#0C1218
9#06090C
Tints
Lighter variations
1#476D8D
2#527EA3
3#658FB1
4#7B9FBC
5#91AFC7
6#A7BFD3
7#BDCFDE
8#D3DFE9
9#E9EFF4
Tones
Muted variations
1#3F5C74
2#425C71
3#455B6E
4#485B6B
5#4B5B68
6#4D5A65
7#505A62
8#535A5F
9#565A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DF #D3DFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C6 #B1C6D8 | BordersInactive statesPlaceholder text |
| 400 | 88A9 #88A9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6690 #6690B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B74 #4B7495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5C #3C5C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B42 #2B4255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2A #1B2A36 | Primary textHigh emphasis contentDark headings |
| 950 | 111A #111A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF3;
--charcoal-200: #D3DFE9;
--charcoal-300: #B1C6D8;
--charcoal-400: #88A9C3;
--charcoal-500: #6690B2;
--charcoal-600: #4B7495;
--charcoal-700: #3C5C77;
--charcoal-800: #2B4255;
--charcoal-900: #1B2A36;
--charcoal-950: #111A22;
}