Charcoal
#3C4E77
BlueColor Codes
All color formats for development
HEX
#3C4E77RGB
rgb(60, 78, 119)HSL
hsl(222, 33%, 35%)OKLCH
oklch(0.428 0.072 265.4)CMYK
cmyk(50%, 34%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36466B
2#303E5F
3#2A3653
4#242E47
5#1E273B
6#181F2F
7#121724
8#0C0F18
9#06080C
Tints
Lighter variations
1#475C8D
2#526AA3
3#657CB1
4#7B8EBC
5#91A1C7
6#A7B4D3
7#BDC7DE
8#D3D9E9
9#E9ECF4
Tones
Muted variations
1#3F4F74
2#425071
3#45516E
4#48526B
5#4B5368
6#4D5565
7#505662
8#53575F
9#56585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D9 #D3D9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BD #B1BDD8 | BordersInactive statesPlaceholder text |
| 400 | 889A #889AC3 | Disabled statesSecondary iconsMuted text |
| 500 | 667D #667DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B61 #4B6195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4D #3C4D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B37 #2B3755 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B23 #1B2336 | Primary textHigh emphasis contentDark headings |
| 950 | 1116 #111622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EBF3;
--charcoal-200: #D3D9E9;
--charcoal-300: #B1BDD8;
--charcoal-400: #889AC3;
--charcoal-500: #667DB2;
--charcoal-600: #4B6195;
--charcoal-700: #3C4D77;
--charcoal-800: #2B3755;
--charcoal-900: #1B2336;
--charcoal-950: #111622;
}