Charcoal
#3C4477
BlueColor Codes
All color formats for development
HEX
#3C4477RGB
rgb(60, 68, 119)HSL
hsl(232, 33%, 35%)OKLCH
oklch(0.405 0.086 275.2)CMYK
cmyk(50%, 43%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#363D6B
2#30365F
3#2A2F53
4#242947
5#1E223B
6#181B2F
7#121424
8#0C0E18
9#06070C
Tints
Lighter variations
1#47508D
2#525DA3
3#656FB1
4#7B83BC
5#9198C7
6#A7ADD3
7#BDC1DE
8#D3D6E9
9#E9EAF4
Tones
Muted variations
1#3F4674
2#424871
3#454A6E
4#484C6B
5#4B4E68
6#4D5165
7#505362
8#53555F
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B6 #B1B6D8 | BordersInactive statesPlaceholder text |
| 400 | 8890 #8890C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6670 #6670B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B55 #4B5595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C44 #3C4477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B30 #2B3055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | Primary textHigh emphasis contentDark headings |
| 950 | 1113 #111322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E9F3;
--charcoal-200: #D3D6E9;
--charcoal-300: #B1B6D8;
--charcoal-400: #8890C3;
--charcoal-500: #6670B2;
--charcoal-600: #4B5595;
--charcoal-700: #3C4477;
--charcoal-800: #2B3055;
--charcoal-900: #1B1F36;
--charcoal-950: #111322;
}