Charcoal
#3C4677
BlueColor Codes
All color formats for development
HEX
#3C4677RGB
rgb(60, 70, 119)HSL
hsl(230, 33%, 35%)OKLCH
oklch(0.409 0.083 273.5)CMYK
cmyk(50%, 41%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#363F6B
2#30385F
3#2A3153
4#242A47
5#1E233B
6#181C2F
7#121524
8#0C0E18
9#06070C
Tints
Lighter variations
1#47538D
2#525FA3
3#6571B1
4#7B86BC
5#919AC7
6#A7AED3
7#BDC2DE
8#D3D7E9
9#E9EBF4
Tones
Muted variations
1#3F4874
2#424A71
3#454C6E
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 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B7 #B1B7D8 | BordersInactive statesPlaceholder text |
| 400 | 8892 #8892C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6673 #6673B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B58 #4B5895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C46 #3C4677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B32 #2B3255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B20 #1B2036 | 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: #D3D7E9;
--charcoal-300: #B1B7D8;
--charcoal-400: #8892C3;
--charcoal-500: #6673B2;
--charcoal-600: #4B5895;
--charcoal-700: #3C4677;
--charcoal-800: #2B3255;
--charcoal-900: #1B2036;
--charcoal-950: #111422;
}