Charcoal
#3C4577
BlueColor Codes
All color formats for development
HEX
#3C4577RGB
rgb(60, 69, 119)HSL
hsl(231, 33%, 35%)OKLCH
oklch(0.407 0.085 274.3)CMYK
cmyk(50%, 42%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#363E6B
2#30375F
3#2A3053
4#242947
5#1E223B
6#181B2F
7#121524
8#0C0E18
9#06070C
Tints
Lighter variations
1#47518D
2#525EA3
3#6570B1
4#7B85BC
5#9199C7
6#A7ADD3
7#BDC2DE
8#D3D6E9
9#E9EBF4
Tones
Muted variations
1#3F4774
2#424971
3#454B6E
4#484D6B
5#4B4F68
6#4D5165
7#505362
8#53555F
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B7 #B1B7D8 | BordersInactive statesPlaceholder text |
| 400 | 8891 #8891C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6672 #6672B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B56 #4B5695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C45 #3C4577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B31 #2B3155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7E9F3;
--charcoal-200: #D3D6E9;
--charcoal-300: #B1B7D8;
--charcoal-400: #8891C3;
--charcoal-500: #6672B2;
--charcoal-600: #4B5695;
--charcoal-700: #3C4577;
--charcoal-800: #2B3155;
--charcoal-900: #1B1F36;
--charcoal-950: #111422;
}