Charcoal
#3C4177
BlueColor Codes
All color formats for development
HEX
#3C4177RGB
rgb(60, 65, 119)HSL
hsl(235, 33%, 35%)OKLCH
oklch(0.398 0.09 277.5)CMYK
cmyk(50%, 45%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#363A6B
2#30345F
3#2A2D53
4#242747
5#1E203B
6#181A2F
7#121324
8#0C0D18
9#06060C
Tints
Lighter variations
1#474D8D
2#5259A3
3#656BB1
4#7B80BC
5#9195C7
6#A7AAD3
7#BDC0DE
8#D3D5E9
9#E9EAF4
Tones
Muted variations
1#3F4374
2#424671
3#45486E
4#484B6B
5#4B4D68
6#4D4F65
7#505262
8#53545F
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D5 #D3D5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B4 #B1B4D8 | BordersInactive statesPlaceholder text |
| 400 | 888D #888DC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666D #666DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B51 #4B5195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C41 #3C4177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2E #2B2E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1E #1B1E36 | Primary textHigh emphasis contentDark headings |
| 950 | 1112 #111222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F3;
--charcoal-200: #D3D5E9;
--charcoal-300: #B1B4D8;
--charcoal-400: #888DC3;
--charcoal-500: #666DB2;
--charcoal-600: #4B5195;
--charcoal-700: #3C4177;
--charcoal-800: #2B2E55;
--charcoal-900: #1B1E36;
--charcoal-950: #111222;
}